final case class WarpgateRequest(from_zone: PlanetSideGUID, from_gate_guid: PlanetSideGUID, to_gate_mapid: PlanetSideGUID, to_zone: PlanetSideGUID, unk1: Int, unk2: Int) extends PlanetSideGamePacket with Product with Serializable
Alert the server that a player wishes to engage in warp gate transport.
This packet is dispatched after a player interacts with the transportation beam in the center of a warp gate.
The player has either chosen a destination from the Interstellar Map or was assigned a fixed destination.
When the the destination is limited to a specific continent and warp gate - "fixed" - the destination fields can be blanked.
Otherwise, they must be specified.
The process of gate transportation should not start until the server responds to this packet.
Exploration 1:
Does this packet apply to geowarp transport as well?
- from_zone
the continent (zone)
- from_gate_guid
the warp gate
- to_gate_mapid
the destination warp gate
- to_zone
the destination continent (zone)
- unk1
na; always zero?
- unk2
na; always zero?
- Source
- WarpgateRequest.scala
- Alphabetic
- By Inheritance
- WarpgateRequest
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new WarpgateRequest(from_zone: PlanetSideGUID, from_gate_guid: PlanetSideGUID, to_gate_mapid: PlanetSideGUID, to_zone: PlanetSideGUID, unk1: Int, unk2: Int)
- from_zone
the continent (zone)
- from_gate_guid
the warp gate
- to_gate_mapid
the destination warp gate
- to_zone
the destination continent (zone)
- unk1
na; always zero?
- unk2
na; always zero?
Type Members
- type Packet = WarpgateRequest
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
- WarpgateRequest → 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])
- val from_gate_guid: PlanetSideGUID
- val from_zone: PlanetSideGUID
- final def getClass(): Class[_ <: AnyRef]
- 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()
- def opcode: GamePacketOpcode.Value
- Definition Classes
- WarpgateRequest → PlanetSideGamePacket → PlanetSidePacket
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val to_gate_mapid: PlanetSideGUID
- val to_zone: PlanetSideGUID
- val unk1: Int
- val unk2: Int
- 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()