godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.74k stars 575 forks source link

[Packed*Array] Add support for initializer lists. #1399

Closed bruvzg closed 8 months ago

bruvzg commented 8 months ago

Adds missing support for the initializer lists.

dsnopek commented 7 months ago

Cherry-picked for 4.1 in PR https://github.com/godotengine/godot-cpp/pull/1411

dsnopek commented 7 months ago

Cherry-picked for 4.2 in PR https://github.com/godotengine/godot-cpp/pull/1410