final case class DroppodLaunchResponseMessage(error_code: DroppodError, launch_info: DroppodLaunchInfo, queue_info: Option[WarpQueuePrompt]) extends PlanetSideGamePacket with Product with Serializable
Dispatched from the client to indicate the player wished to use an orbital droppod but the player will be denied that request for a specific reason. The reason manifests as text appended to the event chat window. Occasionally, a supplemental window will open with additional information about a delayed action (warp queue).
- error_code
the error reporting why the zoning through droppod use failed
- launch_info
information related to this droppod event
- queue_info
if the error invokes the warp queue, the current information about the state of the queue
- Source
- DroppodLaunchResponseMessage.scala
- Exceptions thrown
AssertionError
if the error code requires additional fields- See also
DroppodLaunchInfo
- Alphabetic
- By Inheritance
- DroppodLaunchResponseMessage
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DroppodLaunchResponseMessage(error_code: DroppodError, launch_info: DroppodLaunchInfo, queue_info: Option[WarpQueuePrompt])
- error_code
the error reporting why the zoning through droppod use failed
- launch_info
information related to this droppod event
- queue_info
if the error invokes the warp queue, the current information about the state of the queue
- Exceptions thrown
AssertionError
if the error code requires additional fields
Type Members
- type Packet = DroppodLaunchResponseMessage
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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def encode: Attempt[BitVector]
- Definition Classes
- DroppodLaunchResponseMessage → PlanetSidePacket
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val error_code: DroppodError
- 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 launch_info: DroppodLaunchInfo
- 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
- DroppodLaunchResponseMessage → PlanetSideGamePacket → PlanetSidePacket
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val queue_info: Option[WarpQueuePrompt]
- 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()