|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GameSpeed in cz.cuni.amis.pogamut.defcon.agent.module.sensor |
|---|
| Methods in cz.cuni.amis.pogamut.defcon.agent.module.sensor that return GameSpeed | |
|---|---|
GameSpeed |
GameInfo.getGameSpeed()
Current speed-up factor of the game over the real time passed. |
| Uses of GameSpeed in cz.cuni.amis.pogamut.defcon.communication.messages.commands |
|---|
| Methods in cz.cuni.amis.pogamut.defcon.communication.messages.commands that return GameSpeed | |
|---|---|
GameSpeed |
RequestGameSpeed.getSpeed()
Requested speed. |
| Methods in cz.cuni.amis.pogamut.defcon.communication.messages.commands with parameters of type GameSpeed | |
|---|---|
RequestGameSpeed |
RequestGameSpeed.setSpeed(GameSpeed speed)
Requested speed. |
| Constructors in cz.cuni.amis.pogamut.defcon.communication.messages.commands with parameters of type GameSpeed | |
|---|---|
RequestGameSpeed(GameSpeed speed)
Creates new instance of command RequestGameSpeed. |
|
| Uses of GameSpeed in cz.cuni.amis.pogamut.defcon.communication.messages.infos |
|---|
| Methods in cz.cuni.amis.pogamut.defcon.communication.messages.infos that return GameSpeed | |
|---|---|
GameSpeed |
GameSpeedChanged.getNewSpeed()
New speed. |
GameSpeed |
GameSpeedChanged.getOldSpeed()
Old speed. |
| Constructors in cz.cuni.amis.pogamut.defcon.communication.messages.infos with parameters of type GameSpeed | |
|---|---|
GameSpeedChanged(GameSpeed oldSpeed,
GameSpeed newSpeed,
double time)
Creates new instance of message GameSpeedChanged. |
|
| Uses of GameSpeed in cz.cuni.amis.pogamut.defcon.consts |
|---|
| Methods in cz.cuni.amis.pogamut.defcon.consts that return GameSpeed | |
|---|---|
static GameSpeed |
GameSpeed.getEnum(int factor)
|
static GameSpeed |
GameSpeed.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GameSpeed[] |
GameSpeed.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||