Uses of Class
nl.tudelft.goal.unreal.messages.BotParameters

Packages that use BotParameters
nl.tudelft.goal.unreal.environment   
nl.tudelft.goal.unreal.messages   
nl.tudelft.goal.unreal.translators   
 

Uses of BotParameters in nl.tudelft.goal.unreal.environment
 

Methods in nl.tudelft.goal.unreal.environment with parameters of type BotParameters
protected  void AbstractUnrealEnvironment.startAgent(BotParameters parameters)
           
 

Uses of BotParameters in nl.tudelft.goal.unreal.messages
 

Methods in nl.tudelft.goal.unreal.messages that return BotParameters
static BotParameters BotParameters.getDefaults()
           
 BotParameters BotParameters.setInitialLocation(cz.cuni.amis.pogamut.base3d.worldview.object.Location location)
           
 BotParameters BotParameters.setInitialRotation(cz.cuni.amis.pogamut.base3d.worldview.object.Rotation rotation)
           
 BotParameters BotParameters.setLogLevel(Level level)
           
 BotParameters BotParameters.setShouldLeadTarget(boolean shouldLeadTarget)
           
 BotParameters BotParameters.setSkill(int skill)
          Sets the bots skill between 0..7.
 BotParameters BotParameters.setSkin(nl.tudelft.goal.ut2004.util.Skin skin)
           
 BotParameters BotParameters.setTeam(nl.tudelft.goal.ut2004.util.Team team)
          Sets the bots preferred team.
 

Methods in nl.tudelft.goal.unreal.messages that return types with arguments of type BotParameters
 List<BotParameters> Configuration.getBots()
           
 

Method parameters in nl.tudelft.goal.unreal.messages with type arguments of type BotParameters
 void Configuration.setBots(List<BotParameters> bots)
           
 

Uses of BotParameters in nl.tudelft.goal.unreal.translators
 

Methods in nl.tudelft.goal.unreal.translators that return BotParameters
 BotParameters BotParametersTranslator.translate(eis.iilang.Parameter parameter)
           
 

Methods in nl.tudelft.goal.unreal.translators that return types with arguments of type BotParameters
 Class<BotParameters> BotParametersTranslator.translatesTo()
           
 



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