Trackmania ManiaScript Reference 2024.9.17.1117
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.