SFS2X Objective-C API  1.7.13
iOS / macOS / tvOS
CreateSFSGameRequest Class Reference

#import <CreateSFSGameRequest.h>

Inherits BaseRequest.

Instance Methods

(id) - initWithSettings:
 

Class Methods

(id) + requestWithSettings:
 

Properties

CreateRoomRequestcreateRoomRequest
 
SFSGameSettingssettings
 

Detailed Description

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 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

See also
SFSGame
SFSGameSettings

Method Documentation

◆ requestWithSettings:

+ (id) requestWithSettings: (SFSGameSettings *)  settings
Parameters
settingsthe game Room settings
See also
SFSGameSettings
MatchExpression
SFSInvitation
[ISFSEvents onRoomAdd:]
[ISFSEvents onRoomCreationError:]