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

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

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

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

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

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

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

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

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

Constructors in cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages with parameters of type BotKilled
BotKilled(BotKilled original)
          Cloning constructor.
 



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