ClusterRoomSettingsIsPublic Property |
Indicates whether the game is public or private.
Namespace:
Sfs2X.Requests.Cluster
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public bool IsPublic { get; set; }
Property Value
Type:
BooleanRemarks
A public game can be joined by any player.
A private game can only be joined by users invited by the game creator by means of
InvitedPlayers list.
The default value is
true.
See Also