|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configuration | |
|---|---|
| cz.cuni.amis.pogamut.udk.bot.command | Utility classes wrapping various command messages. |
| cz.cuni.amis.pogamut.udk.communication.messages.gbcommands | |
| Uses of Configuration in cz.cuni.amis.pogamut.udk.bot.command |
|---|
| Methods in cz.cuni.amis.pogamut.udk.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.udk.communication.messages.gbcommands |
|---|
| Methods in cz.cuni.amis.pogamut.udk.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.setShowDebug(boolean ShowDebug)
If true some additional debug information will be logged to UDK 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.setVisionTime(double VisionTime)
Between 0.1 to 2 seconds, it sets the delay between two synchronous batches. |
| Constructors in cz.cuni.amis.pogamut.udk.communication.messages.gbcommands with parameters of type Configuration | |
|---|---|
Configuration(Configuration original)
Cloning constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||