Packagecom.smartfoxserver.v2.entities.variables
Classpublic class ReservedRoomVariables
InheritanceReservedRoomVariables Inheritance Object

The ReservedRoomVariables class contains the constants describing the SmartFoxServer API reserved Room Variable names.



Public Constants
 ConstantDefined By
  RV_GAME_STARTED : String = $GS
[static] The Room Variable with this name keeps track of the state (started or stopped) of a game created with the CreateSFSGameRequest request.
ReservedRoomVariables
Constant Detail
RV_GAME_STARTEDConstant
public static const RV_GAME_STARTED:String = $GS

The Room Variable with this name keeps track of the state (started or stopped) of a game created with the CreateSFSGameRequest request.

See also