Skip to content

Class reference: missing enum members #11830

@ScatteredComet

Description

@ScatteredComet

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

https://github.com/godotengine/godot/blob/220b0b2f74d8e089481b140c42a42992a76dd6fc/modules/openxr/action_map/openxr_action.cpp#L49-L52

https://github.com/godotengine/godot/blob/220b0b2f74d8e089481b140c42a42992a76dd6fc/modules/interactive_music/audio_stream_interactive.cpp#L518-L524

https://github.com/godotengine/godot/blob/220b0b2f74d8e089481b140c42a42992a76dd6fc/scene/3d/lightmap_gi.cpp#L375-L377

https://github.com/godotengine/godot/blob/220b0b2f74d8e089481b140c42a42992a76dd6fc/core/object/object.cpp#L2076-L2080

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_audiostreaminteractive.html#enum-audiostreaminteractive-transitiontotime

https://docs.godotengine.org/en/stable/classes/class_lightmapgidata.html#enum-lightmapgidata-shadowmaskmode

https://docs.godotengine.org/en/stable/classes/class_object.html#enum-object-connectflags

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:class referenceIssues and PRs about the class reference, which should be addressed on the Godot engine repositorybug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions