From 144c0aee74baa85c20d79b7121bbd95a841688fc Mon Sep 17 00:00:00 2001 From: Ratstail91 Date: Sun, 23 Nov 2014 09:14:43 -0800 Subject: [PATCH] Updated lua API CreateRoom() (markdown) --- lua-API-CreateRoom().md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua-API-CreateRoom().md b/lua-API-CreateRoom().md index 0840f2a..734bc1e 100644 --- a/lua-API-CreateRoom().md +++ b/lua-API-CreateRoom().md @@ -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