Updated lua API CreateRoom() (markdown)

Ratstail91
2014-11-23 09:14:43 -08:00
parent ee14c8b2b4
commit 144c0aee74
+4 -4
@@ -30,7 +30,7 @@ In each of the above examples, a list of parameters is needed. The mandatory par
* Room Name: a string indicating the name of the room; this cannot be changed after the room's creation
* Tileset Name: a string indicating the tileset the clients should use for this room
* Pager load: The function used for loading Region data
* Pager load: The function used for saving Region data
* Pager load: The function used for creating Region data
* Pager load: The function used for unloading Region data
* Pager.Load: The function used for loading Region data
* Pager.Save: The function used for saving Region data
* Pager.Create: The function used for creating Region data
* Pager.Unload: The function used for unloading Region data