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

Packages that use Self
cz.cuni.amis.pogamut.udk.agent.module.sensor Utility classes concerning some aspects of the gameplay (mainly for UT). 
cz.cuni.amis.pogamut.udk.agent.navigation Navigation API for Unreal. 
cz.cuni.amis.pogamut.udk.agent.navigation.stuckdetector   
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 Self in cz.cuni.amis.pogamut.udk.agent.module.sensor
 

Methods in cz.cuni.amis.pogamut.udk.agent.module.sensor that return Self
 Self AgentInfo.getSelf()
           
 

Uses of Self in cz.cuni.amis.pogamut.udk.agent.navigation
 

Fields in cz.cuni.amis.pogamut.udk.agent.navigation declared as Self
protected  Self AbstractUDKPathNavigator.self
          Self object that is lazy-initialized inside AbstractUDKPathNavigator.self.
 

Uses of Self in cz.cuni.amis.pogamut.udk.agent.navigation.stuckdetector
 

Method parameters in cz.cuni.amis.pogamut.udk.agent.navigation.stuckdetector with type arguments of type Self
 void UDKTimeStuckDetector.eventSelf(IWorldObjectEvent<Self> event)
           
 void UDKPositionHistoryStuckDetector.eventSelf(IWorldObjectEvent<Self> event)
           
 

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

Methods in cz.cuni.amis.pogamut.udk.bot with parameters of type Self
 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.
 

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

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

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

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



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