object
VehicleAction
Type Members
-
trait
Action extends AnyRef
-
final
case class
ChildObjectState(player_guid: PlanetSideGUID, object_guid: PlanetSideGUID, pitch: Float, yaw: Float) extends Action with Product with Serializable
-
-
-
-
final
case class
ForceDismountVehicleCargo(player_guid: PlanetSideGUID, vehicle_guid: PlanetSideGUID, bailed: Boolean, requestedByPassenger: Boolean, kicked: Boolean) extends Action with Product with Serializable
-
-
-
final
case class
KickCargo(player_guid: PlanetSideGUID, cargo: Vehicle, speed: Int, delay: Long) extends Action with Product with Serializable
-
final
case class
KickPassenger(player_guid: PlanetSideGUID, unk1: Int, unk2: Boolean, vehicle_guid: PlanetSideGUID) extends Action with Product with Serializable
-
-
final
case class
MountVehicle(player_guid: PlanetSideGUID, object_guid: PlanetSideGUID, seat: Int) extends Action with Product with Serializable
-
-
final
case class
Ownership(player_guid: PlanetSideGUID, vehicle_guid: PlanetSideGUID) extends Action with Product with Serializable
-
final
case class
PlanetsideAttribute(player_guid: PlanetSideGUID, target_guid: PlanetSideGUID, attribute_type: Int, attribute_value: Long) extends Action with Product with Serializable
-
final
case class
SeatPermissions(player_guid: PlanetSideGUID, vehicle_guid: PlanetSideGUID, seat_group: Int, permission: Long) extends Action with Product with Serializable
-
-
-
final
case class
TransferPassenger(player_guid: PlanetSideGUID, temp_channel: String, vehicle: Vehicle, vehicle_to_delete: PlanetSideGUID) extends Action with Product with Serializable
-
final
case class
TransferPassengerChannel(player_guid: PlanetSideGUID, temp_channel: String, new_channel: String, vehicle: Vehicle) extends Action with Product with Serializable
-
-
-
final
case class
UpdateAmsSpawnPoint(zone: Zone) extends Action with Product with Serializable
-
final
case class
VehicleState(player_guid: PlanetSideGUID, vehicle_guid: PlanetSideGUID, unk1: Int, pos: Vector3, ang: Vector3, vel: Option[Vector3], unk2: Option[Int], unk3: Int, unk4: Int, wheel_direction: Int, unk5: Boolean, unk6: Boolean) extends Action with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any