godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.7k stars 525 forks source link

Fix missing type info for PackedVector4Array #1546

Closed aaronfranke closed 1 month ago

aaronfranke commented 1 month ago

This was accidentally missed when PackedVector4Array was added to godot-cpp: #1456

Without this PR, it is not possible to bind methods using PackedVector4Array with ClassDB::bind_method.

4.3 milestone because this is a vital bugfix for a new 4.3 feature and it would be a shame to release 4.3 without this.