Uses of Class
com.smartfoxserver.v2.game.CreateSFSGameSettings
-
Packages that use CreateSFSGameSettings Package Description com.smartfoxserver.v2.api com.smartfoxserver.v2.game -
-
Uses of CreateSFSGameSettings in com.smartfoxserver.v2.api
Methods in com.smartfoxserver.v2.api with parameters of type CreateSFSGameSettings Modifier and Type Method Description Room
ISFSGameApi. createGame(Zone zone, CreateSFSGameSettings settings, User owner)
Create an SFSGame Room and automatically update the clients and fire a server eventRoom
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)
Create an SFSGame Room and automatically update the clients and fire a server eventRoom
SFSGameApi. createGame(Zone zone, CreateSFSGameSettings settings, User owner, boolean fireClientEvent, boolean fireServerEvent)
Create an SFSGame Room. -
Uses of CreateSFSGameSettings in com.smartfoxserver.v2.game
Methods in com.smartfoxserver.v2.game that return CreateSFSGameSettings Modifier and Type Method Description static CreateSFSGameSettings
CreateSFSGameSettings. newFromRoomSettings(CreateRoomSettings rSettings)
-