| Package | Description |
|---|---|
| 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.gbcommands |
| Modifier and Type | Method and Description |
|---|---|
Initialize |
IUDKBotController.getInitializeCommand()
This method is called after handshake with GameBots2004 is over and the GameBots2004
is awaiting the INIT command (Initialize class).
|
| Modifier and Type | Method and Description |
|---|---|
Initialize |
UDKBotController.getInitializeCommand() |
| Modifier and Type | Method and Description |
|---|---|
Initialize |
Initialize.setAutoPickupOff(boolean AutoPickupOff)
It enables/disables automatic pickup of the bot.
|
Initialize |
Initialize.setAutoTrace(boolean AutoTrace)
Enables/disables auto ray tracing feature.
|
Initialize |
Initialize.setClassName(String ClassName)
TODO Michal, whats this?
|
Initialize |
Initialize.setDesiredSkill(int DesiredSkill)
Can range from 0 to 7.
|
Initialize |
Initialize.setJmx(String Jmx)
Sets the jmx adress we can use to debug the bot from Java (if we are using Pogamut).
|
Initialize |
Initialize.setLocation(Location Location)
Specify start location, if unspecified, then random.
|
Initialize |
Initialize.setManualSpawn(boolean ManualSpawn)
Sets if the bot wil have tol be respawned after death
manually by RESPAWN command.
|
Initialize |
Initialize.setName(String Name)
Desired name.
|
Initialize |
Initialize.setRotation(Rotation Rotation)
Specify start rotation, if unspecified, then random.
|
Initialize |
Initialize.setShouldLeadTarget(boolean ShouldLeadTarget)
When firing slow projectiles (missiles...), if the engine
will try to count the impact point for the bot or not (when
shooting at moving targets).
|
Initialize |
Initialize.setSkin(String Skin)
Sets the bot current skin using UTFamilyInfo (e.g.
|
Initialize |
Initialize.setTeam(int Team)
Preferred team.
|
| Constructor and Description |
|---|
Initialize(Initialize original)
Cloning constructor.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.