godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
GodotEnum
api
enums
Undocumented in source.
struct
GodotEnum {
string
name
;
int
[
string
]
values
;
@
serializationIgnore
GodotClass
parent
;
@
serializationIgnore
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.
name
string
name
;
Undocumented in source.
parent
GodotClass
parent
;
Undocumented in source.
values
int
[
string
]
values
;
Undocumented in source.
Meta
Source
See Implementation
api
enums
functions
enumParent
qualifyEnumName
splitEnumName
structs
GodotEnum