Updated lua API CreateRoom() (markdown)

Ratstail91
2014-11-23 07:04:40 -08:00
parent e65306c325
commit ee14c8b2b4
+1 -2
@@ -18,10 +18,9 @@ or
--a table containing the parameters, with the room name as element 1 --a table containing the parameters, with the room name as element 1
local argTable = { local argTable = {
"room name",
arguments... arguments...
} }
local room = CreateRoom(argTable) local room = CreateRoom("room name", argTable)
Rooms can be initialized with `Initialize()` at any time, but doing so will overwrite the old settings of that room, and at this stage, the side effects can't be predicted. Rooms can be initialized with `Initialize()` at any time, but doing so will overwrite the old settings of that room, and at this stage, the side effects can't be predicted.