Skip to content

Godot-cpp Array API does not feature begin/end functions #1710

@AndrejLapin

Description

@AndrejLapin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis is an enhancement on the current functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions