-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Class reference: missing enum members #11830
Copy link
Copy link
Open
Labels
area:class referenceIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryIssues and PRs about the class reference, which should be addressed on the Godot engine repositorybug
Description
Your Godot version: latest (godotengine/godot@220b0b2)
Issue description:
The following enum members are missing from the class reference:
- OpenXRAction : ActionType OPENXR_ACTION_HAPTIC
- AudioStreamInteractive : TransitionToTime TRANSITION_TO_TIME_PREVIOUS_POSITION
- LightmapGI : ShadowmaskMode SHADOWMASK_MODE_ONLY
- Object : ConnectFlags CONNECT_INHERITED
I understand that the entries are generated by --doctool, so I assume these are missing the BIND_ENUM_CONSTANT declaration in the *.cpp files? I assume this also means they aren't being exposed correctly
Current enum binds
URL to the documentation page:
https://docs.godotengine.org/en/stable/classes/class_openxraction.html#enum-openxraction-actiontype
https://docs.godotengine.org/en/stable/classes/class_object.html#enum-object-connectflags
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:class referenceIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryIssues and PRs about the class reference, which should be addressed on the Godot engine repositorybug