final case class SquadWaypointRequest(request_type: WaypointEventAction.Value, char_id: Long, waypoint_type: SquadWaypoint, unk4: Option[Long], waypoint_info: Option[WaypointInfo]) extends PlanetSideGamePacket with Product with Serializable
na
- request_type
the action to be performed
- char_id
the unique id of player setting the waypoint
- waypoint_type
the waypoint being updated; 0-3 for the standard squad waypoints numbered "1-4"; 4 for the squad leader experience waypoint; cycles through 0-3 continuously
- unk4
na
- waypoint_info
essential data about the waypoint
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SquadWaypointRequest
- Product
- Equals
- PlanetSideGamePacket
- PlanetSidePacket
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SquadWaypointRequest(request_type: WaypointEventAction.Value, char_id: Long, waypoint_type: SquadWaypoint, unk4: Option[Long], waypoint_info: Option[WaypointInfo])
- request_type
the action to be performed
- char_id
the unique id of player setting the waypoint
- waypoint_type
the waypoint being updated; 0-3 for the standard squad waypoints numbered "1-4"; 4 for the squad leader experience waypoint; cycles through 0-3 continuously
- unk4
na
- waypoint_info
essential data about the waypoint
Type Members
- type Packet = SquadWaypointRequest
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 char_id: Long
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def encode: Attempt[BitVector]
- Definition Classes
- SquadWaypointRequest → 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
- 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
- SquadWaypointRequest → PlanetSideGamePacket → PlanetSidePacket
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val request_type: WaypointEventAction.Value
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val unk4: Option[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 waypoint_info: Option[WaypointInfo]
- val waypoint_type: SquadWaypoint