B C D I L M P S

B

beforeFirstLogic() - Method in class cz.cuni.amis.pogamut.ut2004.multi.examples.ctfemptybot.CTFEmptyBot
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.ut2004.multi.examples.ctfemptybot.CTFEmptyBot
 
botFirstSpawn(GameInfo, ConfigChange, InitedMessage, Self) - Method in class cz.cuni.amis.pogamut.ut2004.multi.examples.ctfemptybot.CTFEmptyBot
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.ut2004.multi.examples.ctfemptybot.CTFEmptyBot
Handshake with GameBots2004 is over - bot has information about the map in its world view.

C

CTFEmptyBot - Class in cz.cuni.amis.pogamut.ut2004.multi.examples.ctfemptybot
First example featuring bot using UT2004BotMultiController, it exemplify how to: create multiple bots belonging to concrete team how to create bot with UT2004BotMultiController tests correct instantiation of these agents
CTFEmptyBot() - Constructor for class cz.cuni.amis.pogamut.ut2004.multi.examples.ctfemptybot.CTFEmptyBot
 
cz.cuni.amis.pogamut.ut2004.multi.examples.ctfemptybot - package cz.cuni.amis.pogamut.ut2004.multi.examples.ctfemptybot
 

D

doubleProp - Variable in class cz.cuni.amis.pogamut.ut2004.multi.examples.ctfemptybot.CTFEmptyBot
 

I

intProp - Variable in class cz.cuni.amis.pogamut.ut2004.multi.examples.ctfemptybot.CTFEmptyBot
 

L

logic() - Method in class cz.cuni.amis.pogamut.ut2004.multi.examples.ctfemptybot.CTFEmptyBot
Main method that controls the bot - makes decisions what to do next.

M

main(String[]) - Static method in class cz.cuni.amis.pogamut.ut2004.multi.examples.ctfemptybot.CTFEmptyBot
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.ut2004.multi.examples.ctfemptybot.CTFEmptyBot
Initialize all necessary variables here, before the bot actually receives anything from the environment.

S

stringProp - Variable in class cz.cuni.amis.pogamut.ut2004.multi.examples.ctfemptybot.CTFEmptyBot
 

B C D I L M P S

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