Uses of Class
cz.cuni.amis.pogamut.ut2004.agent.module.sensor.AgentInfo

Packages that use AgentInfo
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.module.sensor.visibility   
cz.cuni.amis.pogamut.ut2004.agent.navigation Navigation API for Unreal. 
cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator   
cz.cuni.amis.pogamut.ut2004.bot.impl   
 

Uses of AgentInfo in cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric
 

Constructors in cz.cuni.amis.pogamut.ut2004.agent.module.sensomotoric with parameters of type AgentInfo
AdrenalineCombo(UT2004Bot bot, AgentInfo info)
           
AdrenalineCombo(UT2004Bot bot, AgentInfo info, Logger log)
           
 

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

Fields in cz.cuni.amis.pogamut.ut2004.agent.module.sensor declared as AgentInfo
protected  AgentInfo Senses.agentInfo
          AgentInfo memory module.
protected  AgentInfo Items.agentInfo
          AgentInfo memory module.
 AgentInfo CTF.info
          Agent info module.
 

Constructors in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with parameters of type AgentInfo
CTF(UT2004Bot bot, AgentInfo info)
          Constructor.
Items(UT2004Bot bot, AgentInfo agentInfo, Game game, Weaponry weaponry, Logger log)
          Constructor.
Senses(UT2004Bot bot, AgentInfo agentInfo, Players players)
          Constructor.
Senses(UT2004Bot bot, AgentInfo agentInfo, Players players, Logger log)
          Constructor.
 

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

Constructors in cz.cuni.amis.pogamut.ut2004.agent.module.sensor.visibility with parameters of type AgentInfo
Visibility(UT2004Bot bot, AgentInfo info)
          Constructor.
Visibility(UT2004Bot bot, AgentInfo info, Logger log)
          Constructor.
 

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

Fields in cz.cuni.amis.pogamut.ut2004.agent.navigation declared as AgentInfo
protected  AgentInfo UT2004RunStraight.info
           
protected  AgentInfo UT2004GetBackToNavGraph.info
           
 

Constructors in cz.cuni.amis.pogamut.ut2004.agent.navigation with parameters of type AgentInfo
UT2004GetBackToNavGraph(UT2004Bot bot, AgentInfo info, AdvancedLocomotion move)
           
UT2004Navigation(UT2004Bot bot, AgentInfo info, AdvancedLocomotion move)
          Will auto-create all needed UT2004Navigation subparts.
UT2004RunStraight(UT2004Bot bot, AgentInfo info, AdvancedLocomotion move)
           
 

Uses of AgentInfo in cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator
 

Fields in cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator declared as AgentInfo
protected  AgentInfo LoqueRunner.memory
          Deprecated. Loque memory.
protected  AgentInfo LoqueNavigator.memory
          Loque memory.
protected  AgentInfo KefikRunner.memory
          Loque memory.
 

Constructors in cz.cuni.amis.pogamut.ut2004.agent.navigation.loquenavigator with parameters of type AgentInfo
KefikRunner(UT2004Bot bot, AgentInfo agentInfo, AdvancedLocomotion locomotion, Logger log)
          Constructor.
LoqueRunner(UT2004Bot bot, AgentInfo agentInfo, AdvancedLocomotion locomotion, Logger log)
          Deprecated. Constructor.
 

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

Fields in cz.cuni.amis.pogamut.ut2004.bot.impl declared as AgentInfo
protected  AgentInfo UT2004BotModuleController.info
          Memory module specialized on general info about the agent whereabouts - location, rotation, health, current weapon, who is enemy/friend, etc.
 

Methods in cz.cuni.amis.pogamut.ut2004.bot.impl that return AgentInfo
 AgentInfo UT2004BotModuleController.getInfo()
           
 



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