| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model | |
| ch.sahits.game.openpatrician.model.impl |
| Modifier and Type | Method and Description |
|---|---|
EGameSpeed |
IGame.getGameSpeed()
Retrieve the current game speed
|
static EGameSpeed |
EGameSpeed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EGameSpeed[] |
EGameSpeed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IGame |
GameFactory.createGame(IMap map,
EObjective objective,
Difficulty difficulty,
EGameSpeed speed,
int startYear) |
void |
IGame.setGameSpeed(EGameSpeed speed)
Set a new game speed
|
| Modifier and Type | Field and Description |
|---|---|
private EGameSpeed |
Game.gameSpeed |
| Modifier and Type | Method and Description |
|---|---|
void |
Game.setGameSpeed(EGameSpeed speed) |
| Constructor and Description |
|---|
Game(EObjective objective,
Difficulty difficulty,
EGameSpeed speed) |
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.