You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd really love to have these in godot-cpp as well!
I actually didn't notice/remember that PR godotengine/godot#86518 got merged - I thought we were still waiting for that one before making the same change in godot-cpp.
This will need to be done at least partially in the code generator, because array.hpp is generated
Godot version
4.3 (99d66b4)
godot-cpp version
4.3 (f3a1a2f)
System information
Windows 10
Issue description
Godot-cpp gen/include/godot_cpp/variant/array.hpp API does not feature begin and end functions, when the same version of godot has such functions: https://github.com/godotengine/godot/blob/4.3/core/variant/array.h#L107-L111
Is this a generation issue?
Would be good to have begin and end accessible.
Steps to reproduce
OR
Minimal reproduction project
Can be reproduced in godot-cpp repository.
The text was updated successfully, but these errors were encountered: