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

Packages that use ConfigChange
cz.cuni.amis.pogamut.udk.agent.module.sensomotoric   
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.gbcommands   
cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages   
 

Uses of ConfigChange in cz.cuni.amis.pogamut.udk.agent.module.sensomotoric
 

Methods in cz.cuni.amis.pogamut.udk.agent.module.sensomotoric that return ConfigChange
 ConfigChange AgentConfig.getConfig()
          Retrieves the configuration of the bot inside UT2004.
 

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

Methods in cz.cuni.amis.pogamut.udk.agent.module.sensor that return ConfigChange
 ConfigChange AgentInfo.getConfig()
          Retrieves the configuration of the bot inside UT2004.
 

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

Methods in cz.cuni.amis.pogamut.udk.bot with parameters of type ConfigChange
 void IUDKBotController.botInitialized(GameInfo gameInfo, ConfigChange currentConfig, InitedMessage init)
          This method is called whenever InitedMessage is received.
 void IUDKBotController.botSpawned(GameInfo gameInfo, ConfigChange currentConfig, InitedMessage init, Self self)
          This method is called only once whenever first batch of information what the bot can see is received.
 boolean IUDKBot.BoolBotParam.get(ConfigChange conf)
           
 

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

Methods in cz.cuni.amis.pogamut.udk.bot.impl with parameters of type ConfigChange
 void UDKBotController.botInitialized(GameInfo gameInfo, ConfigChange currentConfig, InitedMessage init)
           
 void UDKBotController.botSpawned(GameInfo gameInfo, ConfigChange currentConfig, InitedMessage init, Self self)
           
 

Uses of ConfigChange in cz.cuni.amis.pogamut.udk.communication.messages.gbcommands
 

Methods in cz.cuni.amis.pogamut.udk.communication.messages.gbcommands with parameters of type ConfigChange
 void Configuration.copy(ConfigChange confCh)
          Copy configuration from existing info message to this command.
 

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

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



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