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

Packages that use Self
cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric   
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   
cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector   
cz.cuni.amis.pogamut.ut2004.analyzer   
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 Self in cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric with parameters of type Self
protected  void RaycastingBSP.selfUpdate(Self self)
          gets all the rays from the hashmap, recomputes them and sends them to world view
 

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

Fields in cz.cuni.amis.pogamut.ut2004.agent.module.sensor declared as Self
protected  Self CTF.self
           
 

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

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with parameters of type Self
 void CTF.selfAppeared(Self self)
           
 

Method parameters in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with type arguments of type Self
 void CTF.SelfUpdatedListener.notify(WorldObjectUpdatedEvent<Self> event)
           
 

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

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

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

Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh with parameters of type Self
 AutoTraceRay LevelGeometry.getAutoTraceRayMessage(Self self, BSPRayInfoContainer rayInfo)
          The most important method on this class.
 

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

Method parameters in cz.cuni.amis.pogamut.ut2004.agent.navigation.stuckdetector with type arguments of type Self
 void UT2004TimeStuckDetector.eventSelf(IWorldObjectEvent<Self> event)
           
 void UT2004PositionStuckDetector.eventSelf(IWorldObjectEvent<Self> event)
           
 void UT2004DistanceStuckDetector.eventSelf(IWorldObjectEvent<Self> event)
           
 void AccUT2004TimeStuckDetector.eventSelf(IWorldObjectEvent<Self> event)
           
 void AccUT2004PositionStuckDetector.eventSelf(IWorldObjectEvent<Self> event)
           
 void AccUT2004DistanceStuckDetector.eventSelf(IWorldObjectEvent<Self> event)
           
 

Uses of Self in cz.cuni.amis.pogamut.ut2004.analyzer
 

Methods in cz.cuni.amis.pogamut.ut2004.analyzer that return Self
 Self UT2004AnalyzerFullObserver.getBotSelf()
          READ-ONLY, Self object of the observed bot.
 

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

Methods in cz.cuni.amis.pogamut.ut2004.bot with parameters of type Self
 void IUT2004BotController.botFirstSpawn(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.ut2004.bot.impl
 

Methods in cz.cuni.amis.pogamut.ut2004.bot.impl that return Self
 Self UT2004Bot.getSelf()
          Return's bot's Self object.
 

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

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

Subclasses of Self in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 class SelfCompositeImpl
          Composite implementation of the SLF abstract message.
 class SelfMessage
          Implementation of the GameBots2004 message SLF contains also its Local/Shared/Static subpart class definitions..
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages that return Self
 Self UT2004CompositeObjectCreator.SelfCreator.create(ILocalWorldObject localPart, ISharedWorldObject sharedPart, IStaticWorldObject staticPart)
           
 

Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages with parameters of type Self
Self.SelfUpdate(Self source, long eventTime, ITeamId teamId)
           
SelfLocalImpl(Self original)
          Cloning constructor from the full message.
SelfStaticImpl(Self 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.