api.enums

Undocumented in source.

Members

Functions

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

format the enum type for D.

splitEnumName
string[2] splitEnumName(string type)

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

Structs

GodotEnum
struct GodotEnum
Undocumented in source.

Meta