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 |
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
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
The id of the room.
RoomInfo.onlineUsers
How many users are online in this room.
RoomInfo.roomType
The room type.
RoomInfo.serverType
The server type.
RoomInfo.toString
Returns a formatted overview of the room.