Click or drag to resize

RoomProperties Class

The RoomProperties class contains the names of predefined properties that can be used in matching expressions to search/filter Rooms.
Inheritance Hierarchy
SystemObject
  Sfs2X.Entities.MatchRoomProperties

Namespace:  Sfs2X.Entities.Match
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class RoomProperties

The RoomProperties type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberGROUP_ID
The name of the Group to which the Room belongs.
Public fieldStatic memberHAS_FREE_PLAYER_SLOTS
The Room has at least one free player slot.
Public fieldStatic memberIS_GAME
The Room is a Game Room.
Public fieldStatic memberIS_PRIVATE
The Room is private.
Public fieldStatic memberIS_TYPE_DEFAULT
The Room is of default type on the server-side (i.e. not an MMORoom or SFSGame).
Public fieldStatic memberIS_TYPE_MMO
The Room is an MMORom on the server-side.
Public fieldStatic memberIS_TYPE_SFSGAME
The Room is an SFSGame on the server-side.
Public fieldStatic memberMAX_SPECTATORS
The maximum number of spectators allowed in the Room (Game Rooms only).
Public fieldStatic memberMAX_USERS
The maximum number of users allowed in the Room (players in Game Rooms).
Public fieldStatic memberNAME
The Room name.
Public fieldStatic memberSPECTATOR_COUNT
The Room spectators count (Game Rooms only).
Public fieldStatic memberUSER_COUNT
The Room users count (players in Game Rooms).
Top
See Also