![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Documentation for class CParsingNode. More...
#include <2024_10_30.h>
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 |
![]() | |
Ident const | Id |
Documentation for class CParsingNode.
Definition at line 19468 of file 2024_10_30.h.
CParsingNode CParsingNode::GetFirstChild | ( | Text | Name | ) |
Array<CParsingNode* const > CParsingNode::Children |
Definition at line 19489 of file 2024_10_30.h.
Text const CParsingNode::Name |
Definition at line 19473 of file 2024_10_30.h.
Text const CParsingNode::TextContents |
Definition at line 19477 of file 2024_10_30.h.
Text const CParsingNode::TextRawContents |
Definition at line 19481 of file 2024_10_30.h.
Text const CParsingNode::TextRecursiveContents |
Definition at line 19485 of file 2024_10_30.h.