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 thedropship
- 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
CargoStatus
MountVehicleCargoMsg
- Alphabetic
- By Inheritance
- CargoMountPointStatusMessage
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CargoMountPointStatusMessage(cargo_vehicle_guid: PlanetSideGUID, requesting_vehicle: PlanetSideGUID, mounted_vehicle: PlanetSideGUID, dismounted_vehicle: PlanetSideGUID, slot: Int, mount_status: types.CargoStatus.Value, orientation: Int)
- 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 thedropship
- 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
- type Packet = CargoMountPointStatusMessage
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
- val cargo_vehicle_guid: PlanetSideGUID
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val dismounted_vehicle: PlanetSideGUID
- def encode: Attempt[BitVector]
- Definition Classes
- CargoMountPointStatusMessage → 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
- val mount_status: types.CargoStatus.Value
- val mounted_vehicle: PlanetSideGUID
- 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
- CargoMountPointStatusMessage → PlanetSideGamePacket → PlanetSidePacket
- val orientation: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val requesting_vehicle: PlanetSideGUID
- val slot: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()