- attribute
string attribute(DOMEntity!string e, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- child
DOMEntity!string child(DOMEntity!string e, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- childText
string childText(DOMEntity!string e)
Undocumented in source. Be warned that the author may not have intended to support it.
- godotToDdoc
string godotToDdoc(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasChild
bool hasChild(DOMEntity!string e, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseClassDoc
void parseClassDoc(GodotClass c, string xml)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseMethodDoc
void parseMethodDoc(GodotMethod m, DOMEntity!string mDoc)
Undocumented in source. Be warned that the author may not have intended to support it.
- parsePropertyDoc
void parsePropertyDoc(GodotProperty p, DOMEntity!string pDoc)
Undocumented in source. Be warned that the author may not have intended to support it.