Packages

final case class FrameVehicleStateMessage(vehicle_guid: PlanetSideGUID, unk1: Int, pos: Vector3, orient: Vector3, vel: Option[Vector3], unk2: Boolean, unk3: Int, unk4: Int, is_crouched: Boolean, is_airborne: Boolean, ascending_flight: Boolean, flight_time_remaining: Int, unk9: Long, unkA: Long) extends PlanetSideGamePacket with Product with Serializable

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

vehicle_guid

the battleframe robotic unit

unk1

na

pos

the xyz-coordinate location in the world

orient

the orientation of the vehicle

vel

optional movement data

unk2

na

unk3

na

unk4

na

is_crouched

the battleframe unit is crouched

is_airborne

the battleframe unit is either flying or falling (after flying)

ascending_flight

is the battleframe unit ascending; normally reports ascending_flight before properly reporting as is_airborne; continues to report ascending_flight until begins falling

flight_time_remaining

a measure of how much longer the battleframe unit, if it can fly, can fly; reported as a 0-10 value, counting down from 10 when airborne and provided vertical thrust

unk9

na

unkA

na

Source
FrameVehicleStateMessage.scala
See also

PlacementData

Linear Supertypes
Product, Equals, PlanetSideGamePacket, PlanetSidePacket, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FrameVehicleStateMessage
  2. Product
  3. Equals
  4. PlanetSideGamePacket
  5. PlanetSidePacket
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FrameVehicleStateMessage(vehicle_guid: PlanetSideGUID, unk1: Int, pos: Vector3, orient: Vector3, vel: Option[Vector3], unk2: Boolean, unk3: Int, unk4: Int, is_crouched: Boolean, is_airborne: Boolean, ascending_flight: Boolean, flight_time_remaining: Int, unk9: Long, unkA: Long)

    vehicle_guid

    the battleframe robotic unit

    unk1

    na

    pos

    the xyz-coordinate location in the world

    orient

    the orientation of the vehicle

    vel

    optional movement data

    unk2

    na

    unk3

    na

    unk4

    na

    is_crouched

    the battleframe unit is crouched

    is_airborne

    the battleframe unit is either flying or falling (after flying)

    ascending_flight

    is the battleframe unit ascending; normally reports ascending_flight before properly reporting as is_airborne; continues to report ascending_flight until begins falling

    flight_time_remaining

    a measure of how much longer the battleframe unit, if it can fly, can fly; reported as a 0-10 value, counting down from 10 when airborne and provided vertical thrust

    unk9

    na

    unkA

    na

Type Members

  1. type Packet = FrameVehicleStateMessage

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val ascending_flight: Boolean
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def encode: Attempt[BitVector]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. val flight_time_remaining: Int
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val is_airborne: Boolean
  14. val is_crouched: Boolean
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def opcode: GamePacketOpcode.Value
  19. val orient: Vector3
  20. val pos: Vector3
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. val unk1: Int
  24. val unk2: Boolean
  25. val unk3: Int
  26. val unk4: Int
  27. val unk9: Long
  28. val unkA: Long
  29. val vehicle_guid: PlanetSideGUID
  30. val vel: Option[Vector3]
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Product

Inherited from Equals

Inherited from PlanetSideGamePacket

Inherited from PlanetSidePacket

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped