final case class DamageFeedbackMessage(unk1: Int, unk2: Boolean, unk2a: Option[PlanetSideGUID], unk2b: Option[String], unk2c: Option[Int], unk3: Boolean, unk3a: Option[PlanetSideGUID], unk3b: Option[String], unk3c: Option[Int], unk3d: Option[Int], unk4: Int, unk5: Long, unk6: Int) extends PlanetSideGamePacket with Product with Serializable
na
- unk1
na
- unk2
if no global unique identifier (below), the alternate identification for the entity
- unk2a
the global unique identifier of the entity inflicting the damage
- unk2b
if no global unique identifier (above), the name of the entity inflicting the damage
- unk2c
if no global unique identifier (above), the object type of the entity inflicting the damage
- unk3
if no global unique identifier (below), the alternate identification for the entity
- unk3a
the global unique identifier of the entity absorbing the damage
- unk3b
if no global unique identifier (above), the name of the entity absorbing the damage
- unk3c
if no global unique identifier (above), the object type of the entity absorbing the damage
- unk3d
na
- unk4
an indicator for the target-specific vital statistic being affected
- unk5
the amount of damage
- unk6
na
- Alphabetic
- By Inheritance
- DamageFeedbackMessage
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DamageFeedbackMessage(unk1: Int, unk2: Boolean, unk2a: Option[PlanetSideGUID], unk2b: Option[String], unk2c: Option[Int], unk3: Boolean, unk3a: Option[PlanetSideGUID], unk3b: Option[String], unk3c: Option[Int], unk3d: Option[Int], unk4: Int, unk5: Long, unk6: Int)
- unk1
na
- unk2
if no global unique identifier (below), the alternate identification for the entity
- unk2a
the global unique identifier of the entity inflicting the damage
- unk2b
if no global unique identifier (above), the name of the entity inflicting the damage
- unk2c
if no global unique identifier (above), the object type of the entity inflicting the damage
- unk3
if no global unique identifier (below), the alternate identification for the entity
- unk3a
the global unique identifier of the entity absorbing the damage
- unk3b
if no global unique identifier (above), the name of the entity absorbing the damage
- unk3c
if no global unique identifier (above), the object type of the entity absorbing the damage
- unk3d
na
- unk4
an indicator for the target-specific vital statistic being affected
- unk5
the amount of damage
- unk6
na
Type Members
- type Packet = DamageFeedbackMessage
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def encode: Attempt[BitVector]
- Definition Classes
- DamageFeedbackMessage → PlanetSidePacket
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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()
- 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()
- def opcode: GamePacketOpcode.Value
- Definition Classes
- DamageFeedbackMessage → PlanetSideGamePacket → PlanetSidePacket
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val unk1: Int
- val unk2: Boolean
- val unk2a: Option[PlanetSideGUID]
- val unk2b: Option[String]
- val unk2c: Option[Int]
- val unk3: Boolean
- val unk3a: Option[PlanetSideGUID]
- val unk3b: Option[String]
- val unk3c: Option[Int]
- val unk3d: Option[Int]
- val unk4: Int
- val unk5: Long
- val unk6: Int
- 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()