ClusterRoomSettingsNotifyGameStarted Property |
Indicates if a game state change must be notified when the minimum number of players is reached.
Namespace:
Sfs2X.Requests.Cluster
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public bool NotifyGameStarted { get; set; }
Property Value
Type:
BooleanRemarks
If this setting is true, the game state (started or stopped) is handled by means of the reserved Room Variable represented by the
ReservedRoomVariables.RV_GAME_STARTED constant.
Listening to the
ROOM_VARIABLES_UPDATE event for this variable allows clients to be notified when the game can start due to minimum number of players being reached.
The default value is
false.
See Also