Click or drag to resize

SFSGameSettings Constructor

Creates a new SFSGameSettings instance.

Namespace:  Sfs2X.Requests.Game
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public SFSGameSettings(
	string name
)

Parameters

name
Type: SystemString
The name of the Game Room to be created.
Remarks
The instance must be passed to the CreateSFSGameRequest class constructor.
See Also