HPL3/Community/Scripting/Classes/cxmltext

From Frictional Wiki
< HPL3‎ | Community/Scripting/Classes
Revision as of 11:12, 30 July 2020 by Maintenance script (talk | contribs) (Upload classes to sub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

cXmlText

Fields

cXmlText has no public fields.

Functions

Return Type Function Name Parameters Description
const tString& GetValue
void SetValue const tString &in asValue
eXmlNodeType GetType
iXmlNode@ GetParent
cXmlElement@ ToElement
cXmlElement@ GetFirstElement
cXmlElement@ GetFirstElement const tString &in asName
cXmlElement@ CreateChildElement const tString &in asName
cXmlText@ ToText
cXmlText@ GetFirstText
cXmlText@ GetFirstText const tString &in asText
cXmlText@ CreateChildText const tString &in asText
cXmlNodeListIterator@ GetChildIterator

Remarks

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!