godot.tools.generator.enums

Undocumented in source.

Members

Functions

asEnumName
string asEnumName(string type)

format the enum type for D.

enumParent
string enumParent(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
splitEnumName
string[2] splitEnumName(string type)

splits the name of an enum as obtained from the JSON into [class, enum] names.

Structs

EnumValues
struct EnumValues
Undocumented in source.
GodotEnum
struct GodotEnum
Undocumented in source.

Meta