Difference between revisions of "HPL3/Community/Scripting/Classes/cxmltext"

From Frictional Wiki
Jump to navigation Jump to search
(Upload classes to sub)
 
(No difference)

Latest revision as of 11:12, 30 July 2020

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!