Unigine.ArrayMap Class
Allows using UnigineScript maps.
ArrayMap Class
Members
ArrayMap ( ArrayMap map ) #
Copy constructor.Arguments
- ArrayMap map - Map.
int Size ( ) #
Return map length.Return value
Map length.void Clear ( ) #
Clear all items of the map.void Append ( Variable key, Variable v ) #
Append an item with a given key to the map.Arguments
void Remove ( Variable key ) #
Remove an item with a given key from the map.Arguments
- Variable key - Item key.
Last update:
2020-11-19
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)