A B C G H L M P T 

A

autoFixer - Variable in class cz.cuni.amis.pogamut.ut2004.examples.hidebot.HideBot
Used for autofixing navpoints.

B

botInitialized(GameInfo, ConfigChange, InitedMessage) - Method in class cz.cuni.amis.pogamut.ut2004.examples.hidebot.HideBot
The bot is initialized in the environment - a physical representation of the bot is present in the game.
botKilled(BotKilled) - Method in class cz.cuni.amis.pogamut.ut2004.examples.hidebot.HideBot
Called each time our bot die.

C

cz.cuni.amis.pogamut.ut2004.examples.hidebot - package cz.cuni.amis.pogamut.ut2004.examples.hidebot
 

G

getInitializeCommand() - Method in class cz.cuni.amis.pogamut.ut2004.examples.hidebot.HideBot
Here we can modify initializing command for our bot.
getRandomNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.examples.hidebot.HideBot
Randomly picks some navigation point to head to.

H

HideBot - Class in cz.cuni.amis.pogamut.ut2004.examples.hidebot
Example of Pogamut Bot that is utilizing Visibility module.
HideBot() - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.hidebot.HideBot
 

L

logic() - Method in class cz.cuni.amis.pogamut.ut2004.examples.hidebot.HideBot
 

M

main(String[]) - Static method in class cz.cuni.amis.pogamut.ut2004.examples.hidebot.HideBot
 

P

pathExecutorStateChange(PathExecutorState) - Method in class cz.cuni.amis.pogamut.ut2004.examples.hidebot.HideBot
Path executor has changed its state (note that UT2004BotModuleController.getPathExecutor() is internally used by UT2004BotModuleController.getNavigation() as well!).

T

tabooNavPoints - Variable in class cz.cuni.amis.pogamut.ut2004.examples.hidebot.HideBot
Taboo set is working as "black-list", that is you might add some NavPoints to it for a certain time, marking them as "unavailable".
A B C G H L M P T 

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