Lua API
On this page
Login_WorldInfo_S2C
Inherits from
The name of the current world.
Fields:
Connections number
the number of players connected
MaxConnections number
the max number of players allowed to connect
WorldName string
the name of the current world
Methods:
GetPropertyKeys() : string[]
Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts
Returns:string[]
ToString() : string
Returns a string that represents the current object.
Returns:string