B C D F G H I J L M P R S 

B

botFirstSpawn(GameInfo, ConfigChange, InitedMessage, Self) - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyLogic
 
botInitialized(GameInfo, ConfigChange, InitedMessage) - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
botInitialized(GameInfo, ConfigChange, InitedMessage) - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyLogic
 
botKilled(BotKilled) - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
Called every time this bot dies from PreyLogic.botKilled(BotKilled).
botKilled(BotKilled) - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyLogic
 
botSpawned(GameInfo, ConfigChange, InitedMessage, Self) - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
Called from PreyLogic#botSpawned(GameInfo, ConfigChange, InitedMessage, Self).

C

createWorkExecutor() - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyLogic
Note that this method was introduced in Pogamut 3.1 as we have swtiched from Python SPOSH engine to Java SPOSH engine that allows you to have your own IWorkExecutor implementation (such as {@link StateWorkExecutor).
cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot - package cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot
 

D

doNothing() - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
Standard action that has to be implemented everywhere.

F

fail() - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
Standard sense that has to be implemented everywhere.
finishControllerInitialization() - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyLogic
 

G

getInitializeCommand() - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyLogic
 
getPlan() - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyLogic
 

H

health() - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
Get health of bot
hitWall() - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
hitWall sense, used when bot bumps into wall due to errors in pathfinding (like railing)

I

initializeController(UT2004Bot) - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyLogic
Note that this method was originally "createBehaviour(UT2004Bot bot)".
itemPickedUpListener(ItemPickedUp) - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
 
itemUpdated(WorldObjectUpdatedEvent<Item>) - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
 

J

jump() - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
 

L

logicAfterPlan() - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
This method can be used to execute anything that needs to be done AFTER the plan evaluation takes place.
logicBeforePlan() - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
This method can be used to execute anything that needs to be done BEFORE the plan evaluation takes place.

M

main(String[]) - Static method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyLogic
Create an ExternalBot with custom made logic and try to connect to Unreal Server at localhost:3000

P

prepareBehaviour(UT2004Bot) - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
prepareBot(UT2004Bot) - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyLogic
 
PreyBehaviour - Class in cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot
Behaviour definition for prey bot.
PreyBehaviour(String, UT2004Bot) - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
 
PreyLogic - Class in cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot
 
PreyLogic() - Constructor for class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyLogic
 

R

runMedkits() - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
Run from one health vial to another using list of health vials.

S

succeed() - Method in class cz.cuni.amis.pogamut.ut2004.examples.sposhpraybot.PreyBehaviour
Standard sense that has to be implemented everywhere.
B C D F G H I J L M P R S 

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