Uses of Class
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotKilled

Packages that use BotKilled
cz.cuni.amis.pogamut.ut2004.agent.module.sensor Utility classes concerning some aspects of the gameplay (mainly for UT). 
cz.cuni.amis.pogamut.ut2004.agent.navigation Navigation API for Unreal. 
cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing   
cz.cuni.amis.pogamut.ut2004.bot Abstract classes used for creating concrete bots. 
cz.cuni.amis.pogamut.ut2004.bot.impl   
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages   
 

Uses of BotKilled in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor that return BotKilled
 BotKilled Senses.getBotDeath()
          Provides information about the way this bot has died.
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with parameters of type BotKilled
protected  void AgentStats.botKilled(BotKilled event)
           
 

Uses of BotKilled in cz.cuni.amis.pogamut.ut2004.agent.navigation
 

Fields in cz.cuni.amis.pogamut.ut2004.agent.navigation with type parameters of type BotKilled
protected  IWorldEventListener<BotKilled> UT2004Navigation.botKilledMessageListener
           
 

Uses of BotKilled in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing
 

Fields in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.pathfollowing with type parameters of type BotKilled
protected  IWorldEventListener<BotKilled> NavMeshNavigation.botKilledMessageListener
           
 

Uses of BotKilled in cz.cuni.amis.pogamut.ut2004.bot
 

Methods in cz.cuni.amis.pogamut.ut2004.bot with parameters of type BotKilled
 void IUT2004BotController.botKilled(BotKilled event)
          Called whenever the bot gets killed inside the game.
 

Uses of BotKilled in cz.cuni.amis.pogamut.ut2004.bot.impl
 

Methods in cz.cuni.amis.pogamut.ut2004.bot.impl with parameters of type BotKilled
 void UT2004BotController.botKilled(BotKilled event)
           
 

Uses of BotKilled in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 

Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages with parameters of type BotKilled
BotKilled(BotKilled original)
          Cloning constructor from the full message.
 



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