godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
ApiPart
api
c
Undocumented in source.
class
ApiPart {
string
name
;
string
type
;
@
serializationKeys
("version")
ApiVersion
ver
;
Function
[]
api
;
void
finalizeDeserialization
(Asdf asdf);
@
serializationIgnore
bool
topLevel
;
@
serializationIgnore
ApiPart
next
;
string
versionID
();
string
versionSource
();
string
versionGetterSource
();
string
source
(string name);
}
Members
Functions
finalizeDeserialization
void
finalizeDeserialization
(Asdf asdf)
Undocumented in source. Be warned that the author may not have intended to support it.
source
string
source
(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
versionGetterSource
string
versionGetterSource
()
Undocumented in source. Be warned that the author may not have intended to support it.
versionID
string
versionID
()
Undocumented in source. Be warned that the author may not have intended to support it.
versionSource
string
versionSource
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
api
Function
[]
api
;
Undocumented in source.
name
string
name
;
Undocumented in source.
next
ApiPart
next
;
Undocumented in source.
topLevel
bool
topLevel
;
is the "main" struct for an extension
type
string
type
;
Undocumented in source.
ver
ApiVersion
ver
;
Undocumented in source.
Meta
Source
See Implementation
api
c
classes
ApiPart
functions
escapeCType
globalVarName
structName
structs
Api
ApiVersion
Function