B C E G L M P

B

botFirstSpawn(GameInfo, ConfigChange, InitedMessage, Self) - Method in class cz.cuni.amis.pogamut.emohawk.examples.simplebot.EmohawkSimpleBot
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.simplebot.EmohawkSimpleBot
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.simplebot.EmohawkSimpleBot
Called each time the bot dies.

C

cz.cuni.amis.pogamut.emohawk.examples.simplebot - package cz.cuni.amis.pogamut.emohawk.examples.simplebot
 

E

EmohawkSimpleBot - Class in cz.cuni.amis.pogamut.emohawk.examples.simplebot
PogamutEmohawk's "Hello world!" example showing basics of animation and emoticon invoking and player follow behavior.
EmohawkSimpleBot() - Constructor for class cz.cuni.amis.pogamut.emohawk.examples.simplebot.EmohawkSimpleBot
 

G

getInitializeCommand() - Method in class cz.cuni.amis.pogamut.emohawk.examples.simplebot.EmohawkSimpleBot
Here we can modify initializing command for our bot, e.g., sets its name or skin.

L

logic() - Method in class cz.cuni.amis.pogamut.emohawk.examples.simplebot.EmohawkSimpleBot
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.simplebot.EmohawkSimpleBot
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.simplebot.EmohawkSimpleBot
Initialize all necessary variables here, before the bot actually receives anything from the environment.

B C E G L M P

Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.