SFS2X Objective-C API
1.7.13
iOS / macOS / tvOS
|
#import <CreateSFSGameRequest.h>
Inherits BaseRequest.
Instance Methods | |
(id) | - initWithSettings: |
Class Methods | |
(id) | + requestWithSettings: |
Properties | |
CreateRoomRequest * | createRoomRequest |
SFSGameSettings * | settings |
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
+ (id) requestWithSettings: | (SFSGameSettings *) | settings |
settings | the game Room settings |