![]() |
Trackmania ManiaScript Reference 2026.2.2.1751
A ManiaScript Reference of the new Trackmania.
|
#include <doc.h>
Public Member Functions | |
| ElemType | operator[] (Integer Index) |
| ElemType | operator[] (Ident Id) |
| ElemType | operator[] (CNod Object) |
| ElemType | get (Integer Index) |
| ElemType | get (Integer Index, ElemType DefaultValue) |
| ElemType | get (Ident Id) |
| ElemType | get (Ident Id, ElemType DefaultValue) |
| Array< ElemType > | sort () |
| Array< ElemType > | sortreverse () |
| Void | add (ElemType Elem) |
| Void | addfirst (ElemType Elem) |
| Boolean | remove (ElemType Elem) |
| Boolean | exists (ElemType Elem) |
| Integer | keyof (ElemType Elem) |
| Void | clear () |
| Boolean | containsonly (Array< ElemType > Elem) |
| Boolean | containsoneof (Array< ElemType > Elem) |
| Array< ElemType > | slice (Integer Index) |
| Array< ElemType > | slice (Integer Index, Integer Count) |
Public Attributes | |
| Integer | count |
| ElemType Array< ElemType >::get | ( | Integer | Index, |
| ElemType | DefaultValue ) |
| Array< ElemType > Array< ElemType >::slice | ( | Integer | Index, |
| Integer | Count ) |