The request launches a new public or private game, including game invitations, player matching and a lot more.

Namespace: Sfs2X.Requests.Game
Assembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0

Syntax

C#
public class CreateSFSGameRequest : BaseRequest

Remarks

The game is launched via the creation of an SFSGame, a specialized Room type that provides advanced features during the creation phase of a game.

A more in-depth overview of the SFS2X Game API is provided in the general documentation

Inheritance Hierarchy

System..::..Object
  Sfs2X.Requests..::..BaseRequest
    Sfs2X.Requests.Game..::..CreateSFSGameRequest

See Also