Class/Object

net.psforever.packet.game

GenericCollisionMsg

Related Docs: object GenericCollisionMsg | package game

Permalink

final case class GenericCollisionMsg(unk1: Int, player: PlanetSideGUID, target: PlanetSideGUID, player_health: Int, target_health: Int, player_velocity: Vector3, target_velocity: Vector3, player_pos: Vector3, target_pos: Vector3, unk2: Long, unk3: Long, unk4: Long) extends PlanetSideGamePacket with Product with Serializable

Dispatched by the client when the player has encountered a physical interaction that would cause damage.

Collision information reports about two subjects who were involved in an altercation. The first is the player, that is, the client's avatar. The second is the target with respect to the player - whatever the avatar ran into, or whatever ran into the avatar. In the case of isolated forms of collision such as fall damage the target fields are blank or zero'd.

unk1

na

player

the player or player-controlled vehicle

target

the other party in the collision

player_health

the player's health

target_health

the target's health

player_velocity

the player's velocity

target_velocity

the target's velocity

player_pos

the player's world coordinates

target_pos

the target's world coordinates

unk2

na

unk3

na

unk4

na

Source
GenericCollisionMsg.scala
Linear Supertypes
Product, Equals, PlanetSideGamePacket, PlanetSidePacket, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericCollisionMsg
  2. Product
  3. Equals
  4. PlanetSideGamePacket
  5. PlanetSidePacket
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericCollisionMsg(unk1: Int, player: PlanetSideGUID, target: PlanetSideGUID, player_health: Int, target_health: Int, player_velocity: Vector3, target_velocity: Vector3, player_pos: Vector3, target_pos: Vector3, unk2: Long, unk3: Long, unk4: Long)

    Permalink

    unk1

    na

    player

    the player or player-controlled vehicle

    target

    the other party in the collision

    player_health

    the player's health

    target_health

    the target's health

    player_velocity

    the player's velocity

    target_velocity

    the target's velocity

    player_pos

    the player's world coordinates

    target_pos

    the target's world coordinates

    unk2

    na

    unk3

    na

    unk4

    na

Type Members

  1. type Packet = GenericCollisionMsg

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenericCollisionMsg to any2stringadd[GenericCollisionMsg] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (GenericCollisionMsg, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenericCollisionMsg to ArrowAssoc[GenericCollisionMsg] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def encode: Attempt[BitVector]

    Permalink
    Definition Classes
    GenericCollisionMsgPlanetSidePacket
  9. def ensuring(cond: (GenericCollisionMsg) ⇒ Boolean, msg: ⇒ Any): GenericCollisionMsg

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenericCollisionMsg to Ensuring[GenericCollisionMsg] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (GenericCollisionMsg) ⇒ Boolean): GenericCollisionMsg

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenericCollisionMsg to Ensuring[GenericCollisionMsg] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): GenericCollisionMsg

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenericCollisionMsg to Ensuring[GenericCollisionMsg] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): GenericCollisionMsg

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenericCollisionMsg to Ensuring[GenericCollisionMsg] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenericCollisionMsg to StringFormat[GenericCollisionMsg] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def opcode: GamePacketOpcode.Value

    Permalink
  22. val player: PlanetSideGUID

    Permalink

    the player or player-controlled vehicle

  23. val player_health: Int

    Permalink

    the player's health

  24. val player_pos: Vector3

    Permalink

    the player's world coordinates

  25. val player_velocity: Vector3

    Permalink

    the player's velocity

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. val target: PlanetSideGUID

    Permalink

    the other party in the collision

  28. val target_health: Int

    Permalink

    the target's health

  29. val target_pos: Vector3

    Permalink

    the target's world coordinates

  30. val target_velocity: Vector3

    Permalink

    the target's velocity

  31. val unk1: Int

    Permalink

    na

  32. val unk2: Long

    Permalink

    na

  33. val unk3: Long

    Permalink

    na

  34. val unk4: Long

    Permalink

    na

  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def [B](y: B): (GenericCollisionMsg, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenericCollisionMsg to ArrowAssoc[GenericCollisionMsg] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Product

Inherited from Equals

Inherited from PlanetSideGamePacket

Inherited from PlanetSidePacket

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from GenericCollisionMsg to any2stringadd[GenericCollisionMsg]

Inherited by implicit conversion StringFormat from GenericCollisionMsg to StringFormat[GenericCollisionMsg]

Inherited by implicit conversion Ensuring from GenericCollisionMsg to Ensuring[GenericCollisionMsg]

Inherited by implicit conversion ArrowAssoc from GenericCollisionMsg to ArrowAssoc[GenericCollisionMsg]

Ungrouped