Class/Object

net.psforever.packet.game

VehicleStateMessage

Related Docs: object VehicleStateMessage | package game

Permalink

final case class VehicleStateMessage(vehicle_guid: PlanetSideGUID, unk1: Int, pos: Vector3, ang: Vector3, vel: Option[Vector3], flying: Option[Int], unk3: Int, unk4: Int, wheel_direction: Int, unk5: Boolean, is_cloaked: Boolean) extends PlanetSideGamePacket with Product with Serializable

Dispatched to report and update the operational condition of a given vehicle.

vehicle_guid

the vehicle

unk1

na

pos

the xyz-coordinate location in the world

ang

the orientation of the vehicle

vel

optional movement data

flying

flight information, valid only for a vehicle that can fly when in flight; Some(7), when in a flying state (vertical thrust unnecessary to unlock movement) None, when landed and for all vehicles that do not fly

unk3

na

unk4

na

wheel_direction

for ground vehicles, whether and how much the wheels are being turned; 15 for straight; 0 for hard right; 30 for hard left; values in between are possible; vehicles that hover also influence this field as expected

unk5

na - Possibly a flag to indicate the vehicle is attached to something else e.g. is in a galaxy/lodestar cargo bay

is_cloaked

vehicle is cloaked

Source
VehicleStateMessage.scala
See also

PlacementData

Linear Supertypes
Product, Equals, PlanetSideGamePacket, PlanetSidePacket, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VehicleStateMessage
  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 VehicleStateMessage(vehicle_guid: PlanetSideGUID, unk1: Int, pos: Vector3, ang: Vector3, vel: Option[Vector3], flying: Option[Int], unk3: Int, unk4: Int, wheel_direction: Int, unk5: Boolean, is_cloaked: Boolean)

    Permalink

    vehicle_guid

    the vehicle

    unk1

    na

    pos

    the xyz-coordinate location in the world

    ang

    the orientation of the vehicle

    vel

    optional movement data

    flying

    flight information, valid only for a vehicle that can fly when in flight; Some(7), when in a flying state (vertical thrust unnecessary to unlock movement) None, when landed and for all vehicles that do not fly

    unk3

    na

    unk4

    na

    wheel_direction

    for ground vehicles, whether and how much the wheels are being turned; 15 for straight; 0 for hard right; 30 for hard left; values in between are possible; vehicles that hover also influence this field as expected

    unk5

    na - Possibly a flag to indicate the vehicle is attached to something else e.g. is in a galaxy/lodestar cargo bay

    is_cloaked

    vehicle is cloaked

Type Members

  1. type Packet = VehicleStateMessage

    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 VehicleStateMessage to any2stringadd[VehicleStateMessage] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (VehicleStateMessage, B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. val ang: Vector3

    Permalink

    the orientation of the vehicle

  7. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    VehicleStateMessagePlanetSidePacket
  10. def ensuring(cond: (VehicleStateMessage) ⇒ Boolean, msg: ⇒ Any): VehicleStateMessage

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val flying: Option[Int]

    Permalink

    flight information, valid only for a vehicle that can fly when in flight; Some(7), when in a flying state (vertical thrust unnecessary to unlock movement) None, when landed and for all vehicles that do not fly

  17. def formatted(fmtstr: String): String

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

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

    Permalink
    Definition Classes
    Any
  20. val is_cloaked: Boolean

    Permalink

    vehicle is cloaked

  21. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  25. val pos: Vector3

    Permalink

    the xyz-coordinate location in the world

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

    Permalink
    Definition Classes
    AnyRef
  27. val unk1: Int

    Permalink

    na

  28. val unk3: Int

    Permalink

    na

  29. val unk4: Int

    Permalink

    na

  30. val unk5: Boolean

    Permalink

    na - Possibly a flag to indicate the vehicle is attached to something else e.g.

    na - Possibly a flag to indicate the vehicle is attached to something else e.g. is in a galaxy/lodestar cargo bay

  31. val vehicle_guid: PlanetSideGUID

    Permalink

    the vehicle

  32. val vel: Option[Vector3]

    Permalink

    optional movement data

  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. val wheel_direction: Int

    Permalink

    for ground vehicles, whether and how much the wheels are being turned; 15 for straight; 0 for hard right; 30 for hard left; values in between are possible; vehicles that hover also influence this field as expected

  37. def [B](y: B): (VehicleStateMessage, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from VehicleStateMessage to ArrowAssoc[VehicleStateMessage] 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 VehicleStateMessage to any2stringadd[VehicleStateMessage]

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

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

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

Ungrouped