godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
GodotEnum
godot
tools
generator
enums
Undocumented in source.
struct
GodotEnum {
string
name
;
EnumValues
[]
values
;
@
serdeOptional
bool
is_bitfield
;
@
serdeIgnore
GodotClass
parent
;
@
serdeIgnore
string
[
string
]
ddoc
;
string
source
();
}
Members
Functions
source
string
source
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ddoc
string
[
string
]
ddoc
;
Undocumented in source.
is_bitfield
bool
is_bitfield
;
Undocumented in source.
name
string
name
;
Undocumented in source.
parent
GodotClass
parent
;
Undocumented in source.
values
EnumValues
[]
values
;
Undocumented in source.
Meta
Source
See Implementation
godot
tools
generator
enums
functions
asEnumName
enumParent
splitEnumName
structs
EnumValues
GodotEnum