godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
ApiVersion
api
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
api
c
classes
ApiPart
functions
escapeCType
globalVarName
structName
structs
Api
ApiVersion
Function