![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Documentation for class CParsingNode. More...
#include <2025_07_14.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 |
Public Attributes inherited from CNod | |
| Ident const | Id |
Documentation for class CParsingNode.
Definition at line 19492 of file 2025_07_14.h.
| CParsingNode CParsingNode::GetFirstChild | ( | Text | Name | ) |
| Array<CParsingNode* const > CParsingNode::Children |
Definition at line 19513 of file 2025_07_14.h.
| Text const CParsingNode::Name |
Definition at line 19497 of file 2025_07_14.h.
| Text const CParsingNode::TextContents |
Definition at line 19501 of file 2025_07_14.h.
| Text const CParsingNode::TextRawContents |
Definition at line 19505 of file 2025_07_14.h.
| Text const CParsingNode::TextRecursiveContents |
Definition at line 19509 of file 2025_07_14.h.