![]() |
Trackmania ManiaScript Reference 2026.2.2.1751
A ManiaScript Reference of the new Trackmania.
|
#include <doc.h>
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 |
| Void AssociativeArray< KeyType, ElemType >::clear | ( | ) |
| Boolean AssociativeArray< KeyType, ElemType >::containsoneof | ( | Array< ElemType > | Elem | ) |
| Boolean AssociativeArray< KeyType, ElemType >::containsonly | ( | Array< ElemType > | Elem | ) |
| Boolean AssociativeArray< KeyType, ElemType >::exists | ( | ElemType | Elem | ) |
| Boolean AssociativeArray< KeyType, ElemType >::existskey | ( | KeyType | Key | ) |
| ElemType AssociativeArray< KeyType, ElemType >::get | ( | KeyType | Key | ) |
| ElemType AssociativeArray< KeyType, ElemType >::get | ( | KeyType | Key, |
| ElemType | DefaultValue ) |
| KeyType AssociativeArray< KeyType, ElemType >::keyof | ( | ElemType | Elem | ) |
| ElemType AssociativeArray< KeyType, ElemType >::operator[] | ( | KeyType | Key | ) |
| Boolean AssociativeArray< KeyType, ElemType >::remove | ( | ElemType | Elem | ) |
| Boolean AssociativeArray< KeyType, ElemType >::removekey | ( | KeyType | Key | ) |
| AssociativeArray< KeyType, ElemType > AssociativeArray< KeyType, ElemType >::sort | ( | ) |
| AssociativeArray< KeyType, ElemType > AssociativeArray< KeyType, ElemType >::sortkey | ( | ) |
| AssociativeArray< KeyType, ElemType > AssociativeArray< KeyType, ElemType >::sortkeyreverse | ( | ) |
| AssociativeArray< KeyType, ElemType > AssociativeArray< KeyType, ElemType >::sortreverse | ( | ) |
| Integer AssociativeArray< KeyType, ElemType >::count |