ManiaScript Trackmania 2020  14/07/2025
CParsingNode Class Reference

Documentation for class CParsingNode. More...

#include <2025_07_14.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 19492 of file 2025_07_14.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 19513 of file 2025_07_14.h.

◆ Name

Text const CParsingNode::Name

Definition at line 19497 of file 2025_07_14.h.

◆ TextContents

Text const CParsingNode::TextContents

Definition at line 19501 of file 2025_07_14.h.

◆ TextRawContents

Text const CParsingNode::TextRawContents

Definition at line 19505 of file 2025_07_14.h.

◆ TextRecursiveContents

Text const CParsingNode::TextRecursiveContents

Definition at line 19509 of file 2025_07_14.h.


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