![]() |
ManiaScript Trackmania 2020
30/10/2024
|
#include <2024_10_30.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 2024_10_30.h.
ElemType Array< ElemType >::get | ( | Integer | Index, |
ElemType | DefaultValue | ||
) |
Array<ElemType> Array< ElemType >::slice | ( | Integer | Index, |
Integer | Count | ||
) |
Definition at line 32 of file 2024_10_30.h.