public class ConfigChangeMessage.ConfigChangeLocalMessage extends ConfigChangeLocal
SimTime| Constructor and Description |
|---|
ConfigChangeMessage.ConfigChangeLocalMessage() |
| Modifier and Type | Method and Description |
|---|---|
ConfigChangeMessage.ConfigChangeLocalMessage |
clone() |
String |
getAction()
Name of current BDI action.
|
UnrealId |
getBotId()
Unique Id of the bot.
|
UnrealId |
getId()
Id of this config message.
|
ConfigChangeMessage.ConfigChangeLocalMessage |
getLocal() |
String |
getName()
The bot's name.
|
Rotation |
getRotationRate()
Bot rotation rate.
|
ISharedWorldObject |
getShared() |
double |
getSpeedMultiplier()
Bots default speed will be multiplied by this number.
|
IStaticWorldObject |
getStatic() |
double |
getVisionTime()
The delay between two synchronous batches (can range from
0.1 to 2 seconds).
|
boolean |
isAutoPickupOff()
It enables/disables automatic pickup of the bot.
|
boolean |
isAutoTrace()
True if the bot is using auto ray tracing (is provided with
synchronous ATR messages).
|
boolean |
isDrawTraceLines()
if the GB should draw lines representing the auto ray traces
of the bot (for more information see ATR message).
|
boolean |
isInvulnerable()
If bot is invulnerable (cannot die) or not.
|
boolean |
isManualSpawn()
True if we have to spawn the bot manually after each death
|
boolean |
isShowDebug()
If some additional debug information will be shown in the
UT2004 server console window.
|
boolean |
isShowFocalPoint()
If true an actor visualizing the location the bot is
actually looking at will appear in the game.
|
boolean |
isSynchronousOff()
It informs if sending of all GB synchronous messages is
enabled or disabled.
|
String |
toHtmlString() |
String |
toString() |
getCompositeClass, getSimTime, setSimTimetoJsonLiteralpublic ConfigChangeMessage.ConfigChangeLocalMessage()
public ConfigChangeMessage.ConfigChangeLocalMessage clone()
clone in interface ILocalWorldObjectclone in class ConfigChangeLocalpublic ConfigChangeMessage.ConfigChangeLocalMessage getLocal()
getLocal in class ConfigChangeLocalpublic ISharedWorldObject getShared()
getShared in class ConfigChangeLocalpublic IStaticWorldObject getStatic()
getStatic in class ConfigChangeLocalpublic UnrealId getId()
getId in interface IWorldObjectgetId in class ConfigChangeLocalpublic UnrealId getBotId()
getBotId in class ConfigChangeLocalpublic boolean isManualSpawn()
isManualSpawn in class ConfigChangeLocalpublic boolean isAutoTrace()
isAutoTrace in class ConfigChangeLocalpublic String getName()
getName in class ConfigChangeLocalpublic double getSpeedMultiplier()
getSpeedMultiplier in class ConfigChangeLocalpublic Rotation getRotationRate()
getRotationRate in class ConfigChangeLocalpublic boolean isInvulnerable()
isInvulnerable in class ConfigChangeLocalpublic double getVisionTime()
getVisionTime in class ConfigChangeLocalpublic boolean isShowDebug()
isShowDebug in class ConfigChangeLocalpublic boolean isShowFocalPoint()
isShowFocalPoint in class ConfigChangeLocalpublic boolean isDrawTraceLines()
isDrawTraceLines in class ConfigChangeLocalpublic boolean isSynchronousOff()
isSynchronousOff in class ConfigChangeLocalpublic boolean isAutoPickupOff()
isAutoPickupOff in class ConfigChangeLocalpublic String getAction()
getAction in class ConfigChangeLocalpublic String toString()
toString in class ConfigChangeLocalpublic String toHtmlString()
toHtmlString in class ConfigChangeLocalCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.