-
- Notifications
You must be signed in to change notification settings - Fork 688
Closed
Labels
enhancementThis is an enhancement on the current functionalityThis is an enhancement on the current functionality
Milestone
Description
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.
dsnopek and ghuser404
Metadata
Metadata
Assignees
Labels
enhancementThis is an enhancement on the current functionalityThis is an enhancement on the current functionality