| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.udk.bot |
Abstract classes used for creating concrete bots.
|
| cz.cuni.amis.pogamut.udk.bot.impl | |
| cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages | |
| cz.cuni.amis.pogamut.udk.server.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
IUDKBotController.botInitialized(GameInfo gameInfo,
ConfigChange currentConfig,
InitedMessage init)
This method is called whenever
InitedMessage is received. |
void |
IUDKBotController.botSpawned(GameInfo gameInfo,
ConfigChange currentConfig,
InitedMessage init,
Self self)
This method is called only once whenever first batch of information what the bot can see is received.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UDKBotController.botInitialized(GameInfo gameInfo,
ConfigChange currentConfig,
InitedMessage init) |
void |
UDKBotController.botSpawned(GameInfo gameInfo,
ConfigChange currentConfig,
InitedMessage init,
Self self) |
| Constructor and Description |
|---|
GameInfo(GameInfo original)
Cloning constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GameInfo |
AbstractUDKServer.getGameInfo() |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.