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
- run scons in godot-cpp project root
OR
- run scons in native extension root that contains SConstruct file that uses godot-cpp scons environment.
Minimal reproduction project
Can be reproduced in godot-cpp repository.
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.