Inherits from BaseRequest : NSObject
Declared in CreateSFSGameRequest.h
CreateSFSGameRequest.m

Overview

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

The game is launched via the creation of an , 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

See SFSGameSettings

Tasks

Class Methods

requestWithSettings:

the game Room settings

+ (id)requestWithSettings:(SFSGameSettings *)settings

Parameters

settings

the game Room settings

Declared In

CreateSFSGameRequest.h