![]() |
ManiaScript Trackmania 2020
14/07/2025
|
#include <2025_07_14.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 |
Definition at line 48 of file 2025_07_14.h.
| 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 |
Definition at line 52 of file 2025_07_14.h.