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