public interface IUSAR2004BotController<BOT extends USAR2004Bot>
| Modifier and Type | Method and Description |
|---|---|
void |
initializeController(BOT bot)
Called during the construction of the
UT2004Bot before the GameBots2004 greets the bot even before
IUT2004BotController#prepareBot(UT2004Bot) method. |
void |
prepareBot(BOT bot)
Called during the construction of the
UT2004Bot before the GameBots2004 greets the bot. |
void |
robotInitialized(NfoMessage nfoMessage)
Called when first NFO message arrives.
|
void initializeController(BOT bot)
UT2004Bot 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.
void prepareBot(BOT bot)
UT2004Bot before the GameBots2004 greets the bot.void robotInitialized(NfoMessage nfoMessage)
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.