SFSGameSettingsMinPlayersToStartGame Property |
Defines the minimum number of players required to start the game.
Namespace:
Sfs2X.Requests.Game
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public int MinPlayersToStartGame { get; set; }
Property Value
Type:
Int32Remarks
If the
NotifyGameStarted property is set to
true, when this number is reached, the game start is notified.
The default value is
2.
See Also