Updated lua API CreateRoom() (markdown)
+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
|
* 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
|
* 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 loading Region data
|
||||||
* Pager load: The function used for saving Region data
|
* Pager.Save: The function used for saving Region data
|
||||||
* Pager load: The function used for creating Region data
|
* Pager.Create: The function used for creating Region data
|
||||||
* Pager load: The function used for unloading Region data
|
* Pager.Unload: The function used for unloading Region data
|
||||||
|
|||||||
Reference in New Issue
Block a user