object CarrierBehavior
- Source
- CarrierBehavior.scala
- Alphabetic
- By Inheritance
- CarrierBehavior
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final case class CheckCargoDismount(cargo_guid: PlanetSideGUID, cargo_mountpoint: Int, iteration: Int, bailed: Boolean) extends Product with Serializable
- final case class CheckCargoMounting(cargo_guid: PlanetSideGUID, cargo_mountpoint: Int, iteration: Int) extends Product with Serializable
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
- def CargoMountBehaviorForAll(carrier: Vehicle, cargo: Vehicle, mountPoint: Int): (ObjectAttachMessage, CargoMountPointStatusMessage)
Dispatch an
ObjectAttachMessage
packet and aCargoMountPointStatusMessage
packet to everyone.Dispatch an
ObjectAttachMessage
packet and aCargoMountPointStatusMessage
packet to everyone.- carrier
the ferrying vehicle
- cargo
the ferried vehicle
- mountPoint
the point on the ferryoing vehicle where the ferried vehicle is attached
- returns
a tuple composed of an
ObjectAttachMessage
packet and aCargoMountPointStatusMessage
packet
- See also
CargoMountPointStatusMessage
ObjectAttachMessage
- def CargoMountBehaviorForOthers(carrier: Vehicle, cargo: Vehicle, mountPoint: Int, exclude: PlanetSideGUID): (ObjectAttachMessage, CargoMountPointStatusMessage)
Dispatch an
ObjectAttachMessage
packet and aCargoMountPointStatusMessage
packet to all other clients, not this one.Dispatch an
ObjectAttachMessage
packet and aCargoMountPointStatusMessage
packet to all other clients, not this one.- carrier
the ferrying vehicle
- cargo
the ferried vehicle
- mountPoint
the point on the ferryoing vehicle where the ferried vehicle is attached
- returns
a tuple composed of an
ObjectAttachMessage
packet and aCargoMountPointStatusMessage
packet
- See also
CargoMountPointStatusMessage
ObjectAttachMessage
- def CargoMountMessages(carrierGUID: PlanetSideGUID, cargoGUID: PlanetSideGUID, mountPoint: Int, orientation: Int): (ObjectAttachMessage, CargoMountPointStatusMessage)
Produce an
ObjectAttachMessage
packet and aCargoMountPointStatusMessage
packet that will set up a realized parent-child association between a ferrying vehicle and a ferried vehicle.Produce an
ObjectAttachMessage
packet and aCargoMountPointStatusMessage
packet that will set up a realized parent-child association between a ferrying vehicle and a ferried vehicle.- carrierGUID
the ferrying vehicle
- cargoGUID
the ferried vehicle
- mountPoint
the point on the ferryoing vehicle where the ferried vehicle is attached
- orientation
the positioning of the cargo vehicle in the carrier cargo bay
- returns
a tuple composed of an
ObjectAttachMessage
packet and aCargoMountPointStatusMessage
packet
- See also
CargoMountPointStatusMessage
ObjectAttachMessage
- def CargoMountMessages(carrier: Vehicle, cargo: Vehicle, mountPoint: Int): (ObjectAttachMessage, CargoMountPointStatusMessage)
Produce an
ObjectAttachMessage
packet and aCargoMountPointStatusMessage
packet that will set up a realized parent-child association between a ferrying vehicle and a ferried vehicle.Produce an
ObjectAttachMessage
packet and aCargoMountPointStatusMessage
packet that will set up a realized parent-child association between a ferrying vehicle and a ferried vehicle.- carrier
the ferrying vehicle
- cargo
the ferried vehicle
- mountPoint
the point on the ferryoing vehicle where the ferried vehicle is attached; also known as a "cargo hold"
- returns
a tuple composed of an
ObjectAttachMessage
packet and aCargoMountPointStatusMessage
packet
- See also
CargoMountPointStatusMessage
ObjectAttachMessage
Vehicles.CargoOrientation
- def CargoMountMessagesForOthers(zone: Zone, exclude: PlanetSideGUID, attachMessage: ObjectAttachMessage, mountPointStatusMessage: CargoMountPointStatusMessage): Unit
Dispatch an
ObjectAttachMessage
packet and aCargoMountPointStatusMessage
packet to all other clients, not this one.Dispatch an
ObjectAttachMessage
packet and aCargoMountPointStatusMessage
packet to all other clients, not this one.- attachMessage
an
ObjectAttachMessage
packet suitable for initializing cargo operations- mountPointStatusMessage
a
CargoMountPointStatusMessage
packet suitable for initializing cargo operations
- See also
CargoMountPointStatusMessage
ObjectAttachMessage
- def HandleCheckCargoDismounting(zone: Zone, carrierGUID: PlanetSideGUID, cargoGUID: PlanetSideGUID, carrier: Vehicle, mountPoint: Int, iteration: Int, bailed: Boolean): Boolean
na
na
- carrierGUID
na
- cargoGUID
na
- mountPoint
na
- iteration
na
- def HandleCheckCargoMounting(zone: Zone, carrierGUID: PlanetSideGUID, cargoGUID: PlanetSideGUID, carrier: Vehicle, mountPoint: Int, iteration: Int): Boolean
na
na
- carrierGUID
the ferrying carrier vehicle
- cargoGUID
the vehicle being ferried as cargo
- carrier
the ferrying carrier vehicle
- mountPoint
the cargo hold to which the cargo vehicle is stowed
- iteration
number of times a proper mounting for this combination has been queried
- def HandleVehicleCargoDismount(cargoGUID: PlanetSideGUID, cargo: Vehicle, carrierGUID: PlanetSideGUID, carrier: Vehicle, bailed: Boolean, requestedByPassenger: Boolean, kicked: Boolean): Boolean
na
na
- cargoGUID
the globally unique number for the vehicle being ferried
- cargo
the vehicle being ferried
- carrierGUID
the globally unique number for the vehicle doing the ferrying
- carrier
the vehicle doing the ferrying
- bailed
the ferried vehicle is bailing from the cargo hold
- requestedByPassenger
the ferried vehicle is being politely disembarked from the cargo hold
- kicked
the ferried vehicle is being kicked out of the cargo hold
- def HandleVehicleCargoDismount(zone: Zone, cargo_guid: PlanetSideGUID, bailed: Boolean, requestedByPassenger: Boolean, kicked: Boolean): Boolean
na
na
- zone
na
- cargo_guid
na
- bailed
na
- requestedByPassenger
na
- kicked
na
- def LogCargoEventMissingVehicleError(decorator: String, target: Option[PlanetSideGameObject], targetGUID: PlanetSideGUID): Unit
na
na
- decorator
custom text for these messages in the log
- target
an optional the target object
- targetGUID
the expected globally unique identifier of the target object
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()