ActionScript3 Reference
Class RoomInfo
Namespace: playerio
Language: ActionScript 3
Class that describes a room instance. Instances of this class is returned by client.multiplayer.listRooms requests
Properties | |||
---|---|---|---|
public |
Data object for the room. These are values that can be defined when the room is created. These values can also be changed on the server. |
||
public |
The id of the room. |
||
public |
|
||
public |
How many users are online in this room. |
||
public |
The room type. |
||
public |
The server type. |
||
Methods | |||
public |
Returns a formatted overview of the room. |
RoomInfo.data
public |
|
Data object for the room. These are values that can be defined when the room is created. These values can also be changed on the server.
RoomInfo.id
public |
|
The id of the room.
RoomInfo.initData
public |
|
RoomInfo.onlineUsers
public |
|
How many users are online in this room.
RoomInfo.roomType
public |
|
The room type.
RoomInfo.serverType
public |
|
The server type.
RoomInfo.toString
public |
|
Returns a formatted overview of the room.