cz.cuni.amis.pogamut.udk.bot
Interface IUDKBot
- All Superinterfaces:
- IAgent, IAgent3D, IComponent, IComponentAware, IControllable, IEmbodiedAgent, ILocated, ILocomotive, IObservingAgent, IRotable, IUnrealBot
- All Known Implementing Classes:
- BotJMXProxy, UDKBot
public interface IUDKBot
- extends IUnrealBot
Unreal Tournament bot.
- Author:
- ik
Methods inherited from interface cz.cuni.amis.pogamut.base.agent.IAgent |
getComponentId, getIntrospection, getLogger, getName, getState, kill, pause, resume, start, startPaused, stop |
Methods inherited from interface cz.cuni.amis.pogamut.base3d.worldview.object.ILocated |
getLocation |
Methods inherited from interface cz.cuni.amis.pogamut.base3d.worldview.object.IRotable |
getRotation |
setBoolConfigure
void setBoolConfigure(IUDKBot.BoolBotParam param,
boolean value)
- Configures bot property.
- Parameters:
param
- value
-
getBoolConfigure
boolean getBoolConfigure(IUDKBot.BoolBotParam param)
- Get configuration parameter value.
- Parameters:
param
-
- Returns:
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.