RoomProperties Class |
Namespace: Sfs2X.Entities.Match
public class RoomProperties
The RoomProperties type exposes the following members.
Name | Description | |
---|---|---|
GROUP_ID |
The name of the Group to which the Room belongs.
| |
HAS_FREE_PLAYER_SLOTS |
The Room has at least one free player slot.
| |
IS_GAME |
The Room is a Game Room.
| |
IS_PRIVATE |
The Room is private.
| |
IS_TYPE_DEFAULT |
The Room is of default type on the server-side (i.e. not an MMORoom or SFSGame).
| |
IS_TYPE_MMO |
The Room is an MMORom on the server-side.
| |
IS_TYPE_SFSGAME |
The Room is an SFSGame on the server-side.
| |
MAX_SPECTATORS |
The maximum number of spectators allowed in the Room (Game Rooms only).
| |
MAX_USERS |
The maximum number of users allowed in the Room (players in Game Rooms).
| |
NAME |
The Room name.
| |
SPECTATOR_COUNT |
The Room spectators count (Game Rooms only).
| |
USER_COUNT |
The Room users count (players in Game Rooms).
|