|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configuration | |
|---|---|
| cz.cuni.amis.pogamut.ut2004.bot.command | Utility classes wrapping various command messages. |
| cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands | |
| Uses of Configuration in cz.cuni.amis.pogamut.ut2004.bot.command |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.bot.command with parameters of type Configuration | |
|---|---|
void |
ConfigureCommands.configure(Configuration config)
Changes the configuration of the bot. |
| Uses of Configuration in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands that return Configuration | |
|---|---|
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.setSelfUpdateTime(Double SelfUpdateTime)
The delay between two self message synchronous batches (can range from 0.01 to 2 seconds). |
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.setSyncNavPointsOff(Boolean SyncNavPointsOff)
It enables/disables sending of NavPoints in GB synchronous batch for the bot. |
Configuration |
Configuration.setSynchronousOff(Boolean SynchronousOff)
It enables/disables sending of all GB synchronous messages for the bot. |
Configuration |
Configuration.setVisionTime(Double VisionTime)
The delay between two synchronous batches containing vision updates (can range from 0.1 to 2 seconds). |
| Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands with parameters of type Configuration | |
|---|---|
Configuration(Configuration original)
Cloning constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||