B C D E G I L M P S
B
- beforeFirstLogic() - Method in class cz.cuni.amis.pogamut.emohawk.examples.emptybot.EmohawkEmptyBot
-
This method is called only once right before actual logic() method is called for the first time.
- boolProp - Variable in class cz.cuni.amis.pogamut.emohawk.examples.emptybot.EmohawkEmptyBot
-
- botFirstSpawn(GameInfo, ConfigChange, InitedMessage, Self) - Method in class cz.cuni.amis.pogamut.emohawk.examples.emptybot.EmohawkEmptyBot
-
The bot is initilized in the environment - a physical representation of the bot is present in the game.
- botInitialized(GameInfo, ConfigChange, InitedMessage) - Method in class cz.cuni.amis.pogamut.emohawk.examples.emptybot.EmohawkEmptyBot
-
Handshake with GameBots2004 is over - bot has information about the map in its world view.
- botKilled(BotKilled) - Method in class cz.cuni.amis.pogamut.emohawk.examples.emptybot.EmohawkEmptyBot
-
Called each time the bot dies.
C
- cz.cuni.amis.pogamut.emohawk.examples.emptybot - package cz.cuni.amis.pogamut.emohawk.examples.emptybot
-
D
- doubleProp - Variable in class cz.cuni.amis.pogamut.emohawk.examples.emptybot.EmohawkEmptyBot
-
E
- EmohawkEmptyBot - Class in cz.cuni.amis.pogamut.emohawk.examples.emptybot
-
Pogamut's "Hello world!" example showing few extra things such as introspection
and various bot-initializing methods.
- EmohawkEmptyBot() - Constructor for class cz.cuni.amis.pogamut.emohawk.examples.emptybot.EmohawkEmptyBot
-
G
- getInitializeCommand() - Method in class cz.cuni.amis.pogamut.emohawk.examples.emptybot.EmohawkEmptyBot
-
Here we can modify initializing command for our bot, e.g., sets its name or skin.
I
- intProp - Variable in class cz.cuni.amis.pogamut.emohawk.examples.emptybot.EmohawkEmptyBot
-
L
- logic() - Method in class cz.cuni.amis.pogamut.emohawk.examples.emptybot.EmohawkEmptyBot
-
Main method that controls the bot - makes decisions what to do next.
M
- main(String[]) - Static method in class cz.cuni.amis.pogamut.emohawk.examples.emptybot.EmohawkEmptyBot
-
This method is called when the bot is started either from IDE or from command line.
P
- prepareBot(UT2004Bot) - Method in class cz.cuni.amis.pogamut.emohawk.examples.emptybot.EmohawkEmptyBot
-
Initialize all necessary variables here, before the bot actually receives anything
from the environment.
S
- stringProp - Variable in class cz.cuni.amis.pogamut.emohawk.examples.emptybot.EmohawkEmptyBot
-
B C D E G I L M P S
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.