final case class LoadMapMessage(map_name: String, zone_id: String, unk1: Int, unk2: Long, weapons_unlocked: Boolean, checksum: Long) extends PlanetSideGamePacket with Product with Serializable
Dispatched from server to client to instigate a zone change.
The client should respond with a BeginZoningMessage
packet.
map_name
and zone_id
should correspond or the final product will be disorienting, even if it works.
- map_name
designation of the physical zone; determines the (deployment) map screen
- zone_id
designation of the entirety of the zone; determines the loading screen
- unk1
na; seems to match the initial projectile index (that can be assigned)
- unk2
na; seems to match the total number of unique projectile indices (that can be assigned) (before looping)
- weapons_unlocked
live fire is permissible; restricts all actions instigated by that key bind
- checksum
challenge number so that client can confirm server is using the correct version of this zone
- Source
- LoadMapMessage.scala
- Alphabetic
- By Inheritance
- LoadMapMessage
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new LoadMapMessage(map_name: String, zone_id: String, unk1: Int, unk2: Long, weapons_unlocked: Boolean, checksum: Long)
- map_name
designation of the physical zone; determines the (deployment) map screen
- zone_id
designation of the entirety of the zone; determines the loading screen
- unk1
na; seems to match the initial projectile index (that can be assigned)
- unk2
na; seems to match the total number of unique projectile indices (that can be assigned) (before looping)
- weapons_unlocked
live fire is permissible; restricts all actions instigated by that key bind
- checksum
challenge number so that client can confirm server is using the correct version of this zone
Type Members
- type Packet = LoadMapMessage
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 checksum: Long
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def encode: Attempt[BitVector]
- Definition Classes
- LoadMapMessage → 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 map_name: String
- 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
- LoadMapMessage → PlanetSideGamePacket → PlanetSidePacket
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val unk1: Int
- val unk2: Long
- 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()
- val weapons_unlocked: Boolean
- val zone_id: String