| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.bot.command |
Utility classes wrapping various command messages.
|
| cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigureCommands.configure(Configuration config)
Changes the configuration of the bot.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.setAction(String Action)
Sets atomic action for the bot (BDI).
|
Configuration |
Configuration.setAutoPickupOff(Boolean AutoPickupOff)
It enables/disables automatic pickup of the bot.
|
Configuration |
Configuration.setAutoTrace(Boolean AutoTrace)
Enables/disables auto ray tracing feature.
|
Configuration |
Configuration.setDrawTraceLines(Boolean DrawTraceLines)
If set to true, the rays of automatic ray tracing (ATR
messages) will be drawn in the game.
|
Configuration |
Configuration.setId(UnrealId Id)
Id of the target bot.
|
Configuration |
Configuration.setInvulnerable(Boolean Invulnerable)
Will set godmode for bot on (bot can't be killed).
|
Configuration |
Configuration.setManualSpawn(Boolean ManualSpawn)
Sets if the bot wil have tol be respawned after death
manually by RESPAWN command.
|
Configuration |
Configuration.setName(String Name)
You can change the name of the bot in the game.
|
Configuration |
Configuration.setRotationRate(Rotation RotationRate)
Sets the bot rotation rate.
|
Configuration |
Configuration.setShowDebug(Boolean ShowDebug)
If true some additional debug information will be logged to
UT2004 server console window.
|
Configuration |
Configuration.setShowFocalPoint(Boolean ShowFocalPoint)
If set to true an actor will appear in the game on the
location the bot is actually looking at.
|
Configuration |
Configuration.setSpeedMultiplier(Double SpeedMultiplier)
Bots default speed will be multiplied by this number.
|
Configuration |
Configuration.setSynchronousOff(Boolean SynchronousOff)
It enables/disables sending of all GB synchronous messages
for the bot.
|
Configuration |
Configuration.setSyncNavPointsOff(Boolean SyncNavPointsOff)
It enables/disables sending of NavPoints in GB synchronous batch for the bot.
|
Configuration |
Configuration.setVisionTime(Double VisionTime)
Between 0.1 to 2 seconds, it sets the delay between two
synchronous batches.
|
| Constructor and Description |
|---|
Configuration(Configuration original)
Cloning constructor.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.