Class/Object

net.psforever.packet.game

CargoMountPointStatusMessage

Related Docs: object CargoMountPointStatusMessage | package game

Permalink

final case class CargoMountPointStatusMessage(cargo_vehicle_guid: PlanetSideGUID, requesting_vehicle: PlanetSideGUID, mounted_vehicle: PlanetSideGUID, dismounted_vehicle: PlanetSideGUID, slot: Int, mount_status: types.CargoStatus.Value, orientation: Int) extends PlanetSideGamePacket with Product with Serializable

na

cargo_vehicle_guid

always the carrier vehicle

requesting_vehicle

cargo vehicle that requested mounting during the mounting process; blank when the process is complete

mounted_vehicle

cargo vehicle that requested mounting after the mounting process is complete; blank before the process is complete

dismounted_vehicle

cargo vehicle that was mounted after disembarking; blank before disembark blank before mounting request, when packet MountVehicleCargoMsg is received

slot

cargo hold mount position; common values are 1 for the lodestar and 15 for the dropship

mount_status

cargo mount status

orientation

direction the cargo vehicle faces when stowed in the carrier cargo bay; 0 is "normal," front facing forward; 1 is "sideways," front facing the side of the carrier vehicle, e.g. router

Source
CargoMountPointStatusMessage.scala
See also

MountVehicleCargoMsg

CargoStatus

Linear Supertypes
Product, Equals, PlanetSideGamePacket, PlanetSidePacket, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CargoMountPointStatusMessage
  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 CargoMountPointStatusMessage(cargo_vehicle_guid: PlanetSideGUID, requesting_vehicle: PlanetSideGUID, mounted_vehicle: PlanetSideGUID, dismounted_vehicle: PlanetSideGUID, slot: Int, mount_status: types.CargoStatus.Value, orientation: Int)

    Permalink

    cargo_vehicle_guid

    always the carrier vehicle

    requesting_vehicle

    cargo vehicle that requested mounting during the mounting process; blank when the process is complete

    mounted_vehicle

    cargo vehicle that requested mounting after the mounting process is complete; blank before the process is complete

    dismounted_vehicle

    cargo vehicle that was mounted after disembarking; blank before disembark blank before mounting request, when packet MountVehicleCargoMsg is received

    slot

    cargo hold mount position; common values are 1 for the lodestar and 15 for the dropship

    mount_status

    cargo mount status

    orientation

    direction the cargo vehicle faces when stowed in the carrier cargo bay; 0 is "normal," front facing forward; 1 is "sideways," front facing the side of the carrier vehicle, e.g. router

Type Members

  1. type Packet = CargoMountPointStatusMessage

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from CargoMountPointStatusMessage to ArrowAssoc[CargoMountPointStatusMessage] 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. val cargo_vehicle_guid: PlanetSideGUID

    Permalink

    always the carrier vehicle

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val dismounted_vehicle: PlanetSideGUID

    Permalink

    cargo vehicle that was mounted after disembarking; blank before disembark blank before mounting request, when packet MountVehicleCargoMsg is received

  10. def encode: Attempt[BitVector]

    Permalink
  11. def ensuring(cond: (CargoMountPointStatusMessage) ⇒ Boolean, msg: ⇒ Any): CargoMountPointStatusMessage

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from CargoMountPointStatusMessage to StringFormat[CargoMountPointStatusMessage] 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 mount_status: types.CargoStatus.Value

    Permalink

    cargo mount status

  21. val mounted_vehicle: PlanetSideGUID

    Permalink

    cargo vehicle that requested mounting after the mounting process is complete; blank before the process is complete

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

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

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

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

    Permalink
  26. val orientation: Int

    Permalink

    direction the cargo vehicle faces when stowed in the carrier cargo bay; 0 is "normal," front facing forward; 1 is "sideways," front facing the side of the carrier vehicle, e.g.

    direction the cargo vehicle faces when stowed in the carrier cargo bay; 0 is "normal," front facing forward; 1 is "sideways," front facing the side of the carrier vehicle, e.g. router

  27. val requesting_vehicle: PlanetSideGUID

    Permalink

    cargo vehicle that requested mounting during the mounting process; blank when the process is complete

  28. val slot: Int

    Permalink

    cargo hold mount position; common values are 1 for the lodestar and 15 for the dropship

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

    Permalink
    Definition Classes
    AnyRef
  30. final def wait(): Unit

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

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

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

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

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

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

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

Ungrouped