Class SFS2X.Entities.Match.RoomProperties
The predefined properties that can be used in matching expressions to search/filter Rooms.
Field Summary
Field Detail
<static> <constant>
SFS2X.Entities.Match.RoomProperties.GROUP_ID
The name of the Group to which the Room belongs.
Requires a StringMatcher to be used for values comparison.
<static> <constant>
SFS2X.Entities.Match.RoomProperties.HAS_FREE_PLAYER_SLOTS
The Room has at least one free player slot.
Requires a BoolMatcher to be used for values comparison.
<static> <constant>
SFS2X.Entities.Match.RoomProperties.IS_GAME
The Room is a Game Room.
Requires a BoolMatcher to be used for values comparison.
<static> <constant>
SFS2X.Entities.Match.RoomProperties.IS_PRIVATE
The Room is private.
Requires a BoolMatcher to be used for values comparison.
<static> <constant>
SFS2X.Entities.Match.RoomProperties.IS_TYPE_SFSGAME
The Room is an SFSGame on the server-side.
Requires a BoolMatcher to be used for values comparison.
<static> <constant>
SFS2X.Entities.Match.RoomProperties.MAX_SPECTATORS
The maximum number of spectators allowed in the Room (Game Rooms only).
Requires a NumberMatcher to be used for values comparison.
<static> <constant>
SFS2X.Entities.Match.RoomProperties.MAX_USERS
The maximum number of users allowed in the Room (players in Game Rooms).
Requires a NumberMatcher to be used for values comparison.
<static> <constant>
SFS2X.Entities.Match.RoomProperties.NAME
The Room name.
Requires a StringMatcher to be used for values comparison.
<static> <constant>
SFS2X.Entities.Match.RoomProperties.SPECTATOR_COUNT
The Room spectators count (Game Rooms only).
Requires a NumberMatcher to be used for values comparison.
<static> <constant>
SFS2X.Entities.Match.RoomProperties.USER_COUNT
The Room users count (players in Game Rooms).
Requires a NumberMatcher to be used for values comparison.