Updated lua API CreateRoom() (markdown)
+1
-2
@@ -18,10 +18,9 @@ or
|
||||
|
||||
--a table containing the parameters, with the room name as element 1
|
||||
local argTable = {
|
||||
"room name",
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user