Package | Description |
---|---|
com.smartfoxserver.v2.api | |
com.smartfoxserver.v2.game |
Modifier and Type | Method and Description |
---|---|
Room |
ISFSGameApi.createGame(Zone zone,
CreateSFSGameSettings settings,
User owner)
Create an SFSGame Room and automatically update the clients and fire a server event
|
Room |
SFSGameApi.createGame(Zone zone,
CreateSFSGameSettings settings,
User owner)
Create an SFSGame Room and automatically update the clients and fire a server event
|
Room |
ISFSGameApi.createGame(Zone zone,
CreateSFSGameSettings settings,
User owner,
boolean fireClientEvent,
boolean fireServerEvent)
Create an SFSGame Room.
|
Room |
SFSGameApi.createGame(Zone zone,
CreateSFSGameSettings settings,
User owner,
boolean fireClientEvent,
boolean fireServerEvent)
Create an SFSGame Room.
|
Modifier and Type | Method and Description |
---|---|
static CreateSFSGameSettings |
CreateSFSGameSettings.newFromRoomSettings(CreateRoomSettings rSettings) |