Click or drag to resize

ReservedRoomVariables Class

The ReservedRoomVariables class contains the costants describing the SmartFoxServer API reserved Room Variable names.
Inheritance Hierarchy
SystemObject
  Sfs2X.Entities.VariablesReservedRoomVariables

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

The ReservedRoomVariables type exposes the following members.

Constructors
  NameDescription
Public methodReservedRoomVariables
Top
Fields
  NameDescription
Public fieldStatic memberRV_GAME_STARTED
The Room Variable with this name keeps track of the state (started or stopped) of a game created with the CreateSFSGameRequest request.
Top
See Also