Move Array:set_typed to internal GDExtension structure.

This commit is contained in:
bruvzg
2023-01-24 19:55:02 +02:00
parent 0f3a0913f1
commit 40d3cfd97b
5 changed files with 1635 additions and 1712 deletions

View File

@@ -57,9 +57,6 @@ func _ready():
prints("String += operator")
prints(" test string +=", $Example.test_string_ops())
prints("WorkerThreadPool")
prints(" test worker_thread_pool", $Example.test_workpool_ops())
prints("PackedArray iterators")
prints(" test packed array iterators", $Example.test_vector_ops())