![]() |
Trackmania ManiaScript Reference 2026.2.2.1751
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CParsingNode. More...
#include <doc.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.
| CParsingNode CParsingNode::GetFirstChild | ( | Text | Name | ) |
| Array<CParsingNode* const > CParsingNode::Children |
| Text const CParsingNode::Name |
| Text const CParsingNode::TextContents |
| Text const CParsingNode::TextRawContents |
| Text const CParsingNode::TextRecursiveContents |