ManiaScript Trackmania 2020  30/10/2024
CParsingNode Class Reference

Documentation for class CParsingNode. More...

#include <2024_10_30.h>

Inheritance diagram for CParsingNode:
CNod

Public Member Functions

Text GetAttributeText (Text Name, Text DefaultValue)
 
Integer GetAttributeInteger (Text Name, Integer DefaultValue)
 
Real GetAttributeReal (Text Name, Real DefaultValue)
 
Boolean GetAttributeBoolean (Text Name, Boolean DefaultValue)
 
CParsingNode GetFirstChild (Text Name)
 

Public Attributes

Text const Name
 
Text const TextContents
 
Text const TextRawContents
 
Text const TextRecursiveContents
 
Array< CParsingNode *const > Children
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

Documentation for class CParsingNode.

Definition at line 19468 of file 2024_10_30.h.

Member Function Documentation

◆ GetAttributeBoolean()

Boolean CParsingNode::GetAttributeBoolean ( Text  Name,
Boolean  DefaultValue 
)

◆ GetAttributeInteger()

Integer CParsingNode::GetAttributeInteger ( Text  Name,
Integer  DefaultValue 
)

◆ GetAttributeReal()

Real CParsingNode::GetAttributeReal ( Text  Name,
Real  DefaultValue 
)

◆ GetAttributeText()

Text CParsingNode::GetAttributeText ( Text  Name,
Text  DefaultValue 
)

◆ GetFirstChild()

CParsingNode CParsingNode::GetFirstChild ( Text  Name)

Member Data Documentation

◆ Children

Array<CParsingNode* const > CParsingNode::Children

Definition at line 19489 of file 2024_10_30.h.

◆ Name

Text const CParsingNode::Name

Definition at line 19473 of file 2024_10_30.h.

◆ TextContents

Text const CParsingNode::TextContents

Definition at line 19477 of file 2024_10_30.h.

◆ TextRawContents

Text const CParsingNode::TextRawContents

Definition at line 19481 of file 2024_10_30.h.

◆ TextRecursiveContents

Text const CParsingNode::TextRecursiveContents

Definition at line 19485 of file 2024_10_30.h.


The documentation for this class was generated from the following file: