public class P2AX extends USAR2004BotController
bot, user, USER_LOG_CATEGORY_ID| Constructor and Description |
|---|
P2AX() |
| Modifier and Type | Method and Description |
|---|---|
void |
initializeController(USAR2004Bot bot)
Called during the construction of the
UT2004Bot before the GameBots2004 greets the bot even before
IUT2004BotController#prepareBot(UT2004Bot) method. |
static void |
main(String[] args) |
void |
prepareBot(USAR2004Bot bot)
Called during the construction of the
UT2004Bot before the GameBots2004 greets the bot. |
void |
RangesReady(ArrayList<Double> Ranges) |
void |
robotInitialized(NfoMessage nfom)
Called when first NFO message arrives.
|
getAct, getLog, getWorldViewpublic void robotInitialized(NfoMessage nfom)
IUSAR2004BotControllerrobotInitialized in interface IUSAR2004BotControllerrobotInitialized in class USAR2004BotControllerpublic void initializeController(USAR2004Bot bot)
IUSAR2004BotControllerUT2004Bot before the GameBots2004 greets the bot even before
IUT2004BotController#prepareBot(UT2004Bot) method.
NOTE: This is Pogamut's developers reserved method - do not override it and if you do, always use 'super' to call parent's initializeController.
initializeController in interface IUSAR2004BotControllerinitializeController in class USAR2004BotControllerpublic void prepareBot(USAR2004Bot bot)
IUSAR2004BotControllerUT2004Bot before the GameBots2004 greets the bot.prepareBot in interface IUSAR2004BotControllerprepareBot in class USAR2004BotControllerpublic static void main(String[] args)
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.