Click or drag to resize

SFSGameSettingsSpectatorMatchExpression Property

Defines the game matching expression to be used to filters spectators.

Namespace:  Sfs2X.Requests.Game
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public MatchExpression SpectatorMatchExpression { get; set; }

Property Value

Type: MatchExpression
Remarks
Filtering is applied when users try to join a public Game Room as spectators (their User Variables must match the matching criteria).

The default value is null.

See Also