|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.amis.pogamut.base.communication.messages.InfoMessage
cz.cuni.amis.pogamut.udk.communication.messages.GBEvent
cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.BotDamaged
public class BotDamaged
Asynchronous message. This bot has been damaged. Corresponding GameBots message is DAM.
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 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 String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
protected boolean |
VehicleHit
If this damage was caused by vehicle running over us. |
protected String |
WeaponName
Name of the weapon that caused this damage. |
Constructor Summary | |
---|---|
BotDamaged()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package). |
|
BotDamaged(BotDamaged original)
Cloning constructor. |
|
BotDamaged(int Damage,
String DamageType,
String WeaponName,
boolean Flaming,
boolean CausedByWorld,
boolean DirectDamage,
boolean BulletHit,
boolean VehicleHit,
UnrealId Instigator)
Creates new instance of command BotDamaged. |
Method Summary | |
---|---|
int |
getDamage()
Amount of damage taken. |
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()
|
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. |
String |
toHtmlString()
|
String |
toString()
|
Methods inherited from class cz.cuni.amis.pogamut.udk.communication.messages.GBEvent |
---|
getWorldEvent |
Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage |
---|
toJsonLiteral |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PROTOTYPE
protected int Damage
protected String DamageType
protected String WeaponName
protected boolean Flaming
protected boolean CausedByWorld
protected boolean DirectDamage
protected boolean BulletHit
protected boolean VehicleHit
protected UnrealId Instigator
Constructor Detail |
---|
public BotDamaged(int Damage, String DamageType, 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)
public BotDamaged()
Method Detail |
---|
public int getDamage()
public String getDamageType()
public String getWeaponName()
public boolean isFlaming()
public boolean isCausedByWorld()
public boolean isDirectDamage()
public boolean isBulletHit()
public boolean isVehicleHit()
public UnrealId getInstigator()
public long getSimTime()
getSimTime
in interface IWorldChangeEvent
getSimTime
in interface IWorldEvent
getSimTime
in class GBEvent
public String toString()
toString
in class InfoMessage
public String toHtmlString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |