|  | ManiaScript Trackmania 2020
    14/07/2025
    | 
#include <2025_07_14.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 | 
Definition at line 24 of file 2025_07_14.h.
| ElemType Array< ElemType >::get | ( | Integer | Index, | 
| ElemType | DefaultValue | ||
| ) | 
| Array<ElemType> Array< ElemType >::slice | ( | Integer | Index, | 
| Integer | Count | ||
| ) | 
Definition at line 32 of file 2025_07_14.h.