Trackmania ManiaScript Reference 2024.9.17.1117
A ManiaScript Reference of the new Trackmania.
|
Public Member Functions | |
ElemType | operator[] (KeyType Key) |
ElemType | get (KeyType Key) |
ElemType | get (KeyType Key, ElemType DefaultValue) |
AssociativeArray< KeyType, ElemType > | sort () |
AssociativeArray< KeyType, ElemType > | sortreverse () |
AssociativeArray< KeyType, ElemType > | sortkey () |
AssociativeArray< KeyType, ElemType > | sortkeyreverse () |
Boolean | remove (ElemType Elem) |
Boolean | removekey (KeyType Key) |
Boolean | exists (ElemType Elem) |
Boolean | existskey (KeyType Key) |
KeyType | keyof (ElemType Elem) |
Void | clear () |
Boolean | containsonly (Array< ElemType > Elem) |
Boolean | containsoneof (Array< ElemType > Elem) |
Public Attributes | |
Integer | count |