[GDScript 2.0] Calling .append_array
over TypedArrays causes error
#57008
Labels
Milestone
.append_array
over TypedArrays causes error
#57008
Godot version
v4.0.dev.custom_build [eacde08]
System information
manjaro KDE
Issue description
When you are working with typed arrays and call
.append_array()
it expects an array, and not the typed array of the declared type, something like:Array[int]
Working example:
output:
Not working example (FREEZE)
NO OUTPUT, BECAUSE IT FREEZES
in a test with PR #57007 an output is provided :
output:
Steps to reproduce
Described above
Minimal reproduction project
N/a
The text was updated successfully, but these errors were encountered: