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