A B C D G I L M P T W Y

A

autoFixer - Variable in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
Path auto fixer watches for navigation failures and if some navigation link is found to be unwalkable, it removes it from underlying navigation graph.

B

botFirstSpawn(GameInfo, ConfigChange, InitedMessage, Self) - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
First thing you HAVE TO do, is register on PogamutJVMComm to some channel
botInitialized(GameInfo, ConfigChange, InitedMessage) - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
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.communicatingbot.CommunicatingBot
Called each time our bot die.
botShutdown() - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
DO NOT FORGET TO UNREGISTER YOUR AGENT FROM COMMUNICATION AT THE END! YOU HAVE TO PROVIDE THIS CLEANUP!!!

C

COMM_CHANNEL - Static variable in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
Communication channel used by these bots.
CommunicatingBot - Class in cz.cuni.amis.pogamut.ut2004.examples.communicatingbot
CommunicatingBot is featuring utilization of PogamutJVMComm object to swiftly communicate with other bots within the same JVM ...
CommunicatingBot() - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
 
cz.cuni.amis.pogamut.ut2004.examples.communicatingbot - package cz.cuni.amis.pogamut.ut2004.examples.communicatingbot
 

D

doNotFix - Variable in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
We won't fix/hail the other bot if this is not cool.

G

getPlayerId() - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.WeCanSeeEachOther
 
getPlayerId() - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.YouHaveBeenSpot
 
getPlayerId() - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.YouHaveBeenSpotToo
 
getRandomNavPoint() - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
Randomly picks some navigation point to head to.
getSeePlayerId() - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.WeCanSeeEachOther
 
getSeePlayerId() - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.YouHaveBeenSpot
 
getSeePlayerId() - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.YouHaveBeenSpotToo
 

I

iAmFixed - Variable in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
TRUE == We can see each other! I'm seen by iAmSpotBy and I can see it as well!
iAmSpot - Variable in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
If this is hot, than I have been spot and I'm searching (turning around) for the bot who has spot me stored within iAmSpotBy.
iAmSpotBy - Variable in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
This bot has spot me!
iCanSee - Variable in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
How long we're waiting for player to spot us and report it.
iCanSeeId - Variable in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
Bot I'm fixating/hailing.
iCanSeePlayer(YouHaveBeenSpot) - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
I have received "ICanSeeYou" message !!!
iCanSeePlayerToo(YouHaveBeenSpotToo) - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
Somebody can see somebody too!!!

L

logic() - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
 

M

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

P

pathExecutorStateChange(PathExecutorState) - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
Path executor has changed its state (note that UT2004BotModuleController.getPathExecutor() is internally used by UT2004BotModuleController.getNavigation() as well!).
playerDisappear(WorldObjectDisappearedEvent<Player>) - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
This method is called whenever some player disappears from my field of view.
playerUpdated(WorldObjectUpdatedEvent<Player>) - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
This method is called whenever some PLAYER object appears in my field of view

T

tabooNavPoints - Variable in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
Taboo set is working as "black-list", that is you might add some NavPoints to it for a certain time, marking them as "unavailable".
targetNavPoint - Variable in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
Current navigation point we're navigating to.
toString() - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.WeCanSeeEachOther
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.YouHaveBeenSpot
 
toString() - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.YouHaveBeenSpotToo
 

W

weCanSeeEachOther(WeCanSeeEachOther) - Method in class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.CommunicatingBot
Cool, we can see each other!
WeCanSeeEachOther - Class in cz.cuni.amis.pogamut.ut2004.examples.communicatingbot
 
WeCanSeeEachOther(UnrealId, UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.WeCanSeeEachOther
 

Y

YouHaveBeenSpot - Class in cz.cuni.amis.pogamut.ut2004.examples.communicatingbot
 
YouHaveBeenSpot(UnrealId, UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.YouHaveBeenSpot
 
YouHaveBeenSpotToo - Class in cz.cuni.amis.pogamut.ut2004.examples.communicatingbot
 
YouHaveBeenSpotToo(UnrealId, UnrealId) - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.communicatingbot.YouHaveBeenSpotToo
 

A B C D G I L M P T W Y

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