object DamageableEntity
- Source
- DamageableEntity.scala
- Alphabetic
- By Inheritance
- DamageableEntity
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def DamageAwareness(target: Target, cause: DamageResult, amount: Int): Unit
A damaged target dispatches messages to: - reports its adjusted its health; - alert the activity monitor for that
Zone
about the damage; and, - provide a feedback message regarding the damage.A damaged target dispatches messages to: - reports its adjusted its health; - alert the activity monitor for that
Zone
about the damage; and, - provide a feedback message regarding the damage.- target
the entity being damaged
- cause
historical information about the damage
- See also
AvatarAction.PlanetsideAttributeToAll
AvatarAction.SendResponse
AvatarServiceMessage
DamageFeedbackMessage
JammableUnit.Jammered
Service.defaultPlayerGUID
Zone.Activity
Zone.AvatarEvents
Zone.HotSpot.Activity
Zone.LivePlayers
- def DamageToHealth(target: Target, cause: DamageResult, amount: Int): Boolean
- def DestructionAwareness(target: Target, cause: DamageResult): Unit
A destroyed target dispatches messages to: - reports its adjusted its health; and, - report about its destruction.
A destroyed target dispatches messages to: - reports its adjusted its health; and, - report about its destruction.
- target
the entity being destroyed
- cause
historical information about the damage
- See also
AvatarAction.Destroy
AvatarAction.PlanetsideAttribute
AvatarServiceMessage
DamageFeedbackMessage
JammableUnit.ClearJammeredSound
JammableUnit.ClearJammeredStatus
Zone.AvatarEvents
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attributionTo(cause: DamageResult, zone: Zone, default: PlanetSideGUID = PlanetSideGUID(0)): PlanetSideGUID
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()