SFSGameSettingsSearchableRooms Property |
In private games, defines a list of Groups names where to search players to invite.
Namespace:
Sfs2X.Requests.Game
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public List<string> SearchableRooms { get; set; }
Property Value
Type:
ListStringRemarks
If the users invited to join the game (specified through the
InvitedPlayers property) are less than the minimum number of players
required to start the game (see the
MinPlayersToStartGame property), the server will invite others automatically,
searching them in Rooms belonging to the Groups specified in this list and filtering them by means of the object passed to the
PlayerMatchExpression property.
The default value is
null.
See Also