godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
ApiVersion
godot
tools
generator
c
Undocumented in source.
struct
ApiVersion {
int
major
;
int
minor
;
int
opCmp
(ApiVersion other);
string
str
();
}
Members
Functions
opCmp
int
opCmp
(ApiVersion other)
Undocumented in source. Be warned that the author may not have intended to support it.
str
string
str
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
major
int
major
;
minor
int
minor
;
Undocumented in source.
Meta
Source
See Implementation
godot
tools
generator
c
classes
ApiPart
functions
escapeCType
globalVarName
structName
structs
Api
ApiVersion
Function