![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
Murl.MapBase.StringUInt32ArrayUInt32StdHashString
The default constructor. Create an empty map.
Murl.Map.StringUInt32 new()
The copy constructor.
Murl.Map.StringUInt32 new(Murl.Map.StringUInt32 map)
map | The map object to copy. |
Remove the last key/value pair from the map and return its value.
Integer Pop()