|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.amis.pogamut.base.communication.messages.InfoMessage cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BotDamaged
public class BotDamaged
Definition of the event DAM.
Complete message documentation: Asynchronous message. This bot has been damaged.
Field Summary | |
---|---|
protected boolean |
BulletHit
If this damage was caused by bullet. |
protected boolean |
CausedByWorld
If this damage was caused by world - falling into lava, or falling down. |
protected int |
Damage
Amount of damage taken. |
protected java.lang.String |
DamageType
A string describing what kind of damage. |
protected boolean |
DirectDamage
If the damage is direct. |
protected boolean |
Flaming
If this damage is causing our bot to burn. |
protected UnrealId |
Instigator
Id of the player who is damaging the bot, filled only if instigator is in the field of view of the bot. |
static java.lang.String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
protected long |
SimTime
|
protected boolean |
VehicleHit
If this damage was caused by vehicle running over us. |
protected java.lang.String |
WeaponName
Name of the weapon that caused this damage. |
Constructor Summary | |
---|---|
BotDamaged()
Parameter-less contructor for the message. |
|
BotDamaged(BotDamaged original)
Cloning constructor from the full message. |
|
BotDamaged(int Damage,
java.lang.String DamageType,
java.lang.String WeaponName,
boolean Flaming,
boolean CausedByWorld,
boolean DirectDamage,
boolean BulletHit,
boolean VehicleHit,
UnrealId Instigator)
Creates new instance of the message BotDamaged. |
Method Summary | |
---|---|
int |
getDamage()
Amount of damage taken. |
java.lang.String |
getDamageType()
A string describing what kind of damage. |
UnrealId |
getInstigator()
Id of the player who is damaging the bot, filled only if instigator is in the field of view of the bot. |
long |
getSimTime()
Returns the simulation time when the event has occurred. |
java.lang.String |
getWeaponName()
Name of the weapon that caused this damage. |
boolean |
isBulletHit()
If this damage was caused by bullet. |
boolean |
isCausedByWorld()
If this damage was caused by world - falling into lava, or falling down. |
boolean |
isDirectDamage()
If the damage is direct. |
boolean |
isFlaming()
If this damage is causing our bot to burn. |
boolean |
isVehicleHit()
If this damage was caused by vehicle running over us. |
protected void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically. |
java.lang.String |
toHtmlString()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROTOTYPE
protected long SimTime
protected int Damage
protected java.lang.String DamageType
protected java.lang.String WeaponName
protected boolean Flaming
protected boolean CausedByWorld
protected boolean DirectDamage
protected boolean BulletHit
protected boolean VehicleHit
protected UnrealId Instigator
Constructor Detail |
---|
public BotDamaged()
public BotDamaged(int Damage, java.lang.String DamageType, java.lang.String WeaponName, boolean Flaming, boolean CausedByWorld, boolean DirectDamage, boolean BulletHit, boolean VehicleHit, UnrealId Instigator)
Damage
- Amount of damage taken.DamageType
- A string describing what kind of damage.WeaponName
- Name of the weapon that caused this damage. Not sent right now.Flaming
- If this damage is causing our bot to burn. TODOCausedByWorld
- If this damage was caused by world - falling into lava, or falling down.DirectDamage
- If the damage is direct. TODOBulletHit
- If this damage was caused by bullet.VehicleHit
- If this damage was caused by vehicle running over us.Instigator
- Id of the player who is damaging the bot, filled only if
instigator is in the field of view of the bot.public BotDamaged(BotDamaged original)
original
- Method Detail |
---|
public long getSimTime()
IWorldEvent
getSimTime
in interface IWorldChangeEvent
getSimTime
in interface IWorldEvent
protected void setSimTime(long SimTime)
public int getDamage()
public java.lang.String getDamageType()
public java.lang.String getWeaponName()
public boolean isFlaming()
public boolean isCausedByWorld()
public boolean isDirectDamage()
public boolean isBulletHit()
public boolean isVehicleHit()
public UnrealId getInstigator()
public java.lang.String toString()
toString
in class InfoMessage
public java.lang.String toHtmlString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |