final case class DismountVehicleCargoMsg(player_guid: PlanetSideGUID, vehicle_guid: PlanetSideGUID, bailed: Boolean, requestedByPassenger: Boolean, kicked: Boolean) extends PlanetSideGamePacket with Product with Serializable
Request dismount of one vehicle (cargo) that is being ferried by another vehicle (carrier). The carrier has what is called a "cargo bay" which is where the cargo is being stored for ferrying.
- player_guid
GUID of the player that is rqeuesting dismount; when kicked by carrier driver, player_guid will be PlanetSideGUID(0); when exiting of the cargo vehicle driver's own accord, player_guid will be the cargo vehicle driver
- vehicle_guid
GUID of the vehicle that is requesting dismount (cargo)
- bailed
if the cargo vehicle bailed out of the cargo vehicle
- requestedByPassenger
if a passenger of the cargo vehicle requests dismount
- kicked
if the cargo vehicle was kicked by the cargo vehicle pilot
- Alphabetic
- By Inheritance
- DismountVehicleCargoMsg
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DismountVehicleCargoMsg(player_guid: PlanetSideGUID, vehicle_guid: PlanetSideGUID, bailed: Boolean, requestedByPassenger: Boolean, kicked: Boolean)
- player_guid
GUID of the player that is rqeuesting dismount; when kicked by carrier driver, player_guid will be PlanetSideGUID(0); when exiting of the cargo vehicle driver's own accord, player_guid will be the cargo vehicle driver
- vehicle_guid
GUID of the vehicle that is requesting dismount (cargo)
- bailed
if the cargo vehicle bailed out of the cargo vehicle
- requestedByPassenger
if a passenger of the cargo vehicle requests dismount
- kicked
if the cargo vehicle was kicked by the cargo vehicle pilot
Type Members
- type Packet = DismountVehicleCargoMsg
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 bailed: Boolean
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def encode: Attempt[BitVector]
- Definition Classes
- DismountVehicleCargoMsg → 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 kicked: Boolean
- 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
- DismountVehicleCargoMsg → PlanetSideGamePacket → PlanetSidePacket
- val player_guid: PlanetSideGUID
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val requestedByPassenger: Boolean
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val vehicle_guid: PlanetSideGUID
- 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()