godotengine / godot-cpp

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

Implement PackedVector4Array #1454

Closed Naros closed 4 months ago

Naros commented 4 months ago

Issue description

The new PackedVector4Array type was just implemented in the engine source, this should be included in godot-cpp.

dsnopek commented 4 months ago

Thanks for making this issue!

I just posted PR https://github.com/godotengine/godot-cpp/pull/1456 to add support for PackedVector4Array