com.threerings.micasa.simulator.server
Class SimulatorManager
java.lang.Object
com.threerings.micasa.simulator.server.SimulatorManager
public class SimulatorManager
- extends Object
The simulator manager is responsible for handling the simulator services on the server side.
|
Constructor Summary |
SimulatorManager(com.threerings.presents.server.InvocationManager invmgr)
|
|
Method Summary |
void |
createGame(com.threerings.crowd.data.BodyObject source,
GameConfig config,
String simClass,
int playerCount)
Creates a game along with the specified number of simulant players and forcibly moves all
players into the game room. |
SimulatorManager
@Inject
public SimulatorManager(com.threerings.presents.server.InvocationManager invmgr)
createGame
public void createGame(com.threerings.crowd.data.BodyObject source,
GameConfig config,
String simClass,
int playerCount)
- Creates a game along with the specified number of simulant players and forcibly moves all
players into the game room.
Copyright © 2011. All Rights Reserved.