object
VehicleResponse
Type Members
-
-
final
case class
ChildObjectState(object_guid: PlanetSideGUID, pitch: Float, yaw: Float) extends Response with Product with Serializable
-
final
case class
ConcealPlayer(player_guid: PlanetSideGUID) extends Response with Product with Serializable
-
-
final
case class
DetachFromRails(vehicle_guid: PlanetSideGUID, rails_guid: PlanetSideGUID, rails_pos: Vector3, rails_rot: Float) extends Response with Product with Serializable
-
-
-
final
case class
ForceDismountVehicleCargo(vehicle_guid: PlanetSideGUID, bailed: Boolean, requestedByPassenger: Boolean, kicked: Boolean) extends Response with Product with Serializable
-
final
case class
HitHint(source_guid: PlanetSideGUID) extends Response with Product with Serializable
-
-
-
final
case class
KickCargo(cargo: Vehicle, speed: Int, delay: Long) extends Response with Product with Serializable
-
final
case class
KickPassenger(seat_num: Int, kickedByDriver: Boolean, vehicle_guid: PlanetSideGUID) extends Response with Product with Serializable
-
-
final
case class
MountVehicle(object_guid: PlanetSideGUID, seat: Int) extends Response with Product with Serializable
-
final
case class
Ownership(vehicle_guid: PlanetSideGUID) extends Response with Product with Serializable
-
final
case class
PlanetsideAttribute(vehicle_guid: PlanetSideGUID, attribute_type: Int, attribute_value: Long) extends Response with Product with Serializable
-
-
trait
Response extends AnyRef
-
final
case class
RevealPlayer(player_guid: PlanetSideGUID) extends Response with Product with Serializable
-
final
case class
SeatPermissions(vehicle_guid: PlanetSideGUID, seat_group: Int, permission: Long) extends Response with Product with Serializable
-
-
-
final
case class
TransferPassenger(temp_channel: String, vehicle: Vehicle, vehicle_to_delete: PlanetSideGUID) extends Response with Product with Serializable
-
final
case class
TransferPassengerChannel(old_channel: String, temp_channel: String, vehicle: Vehicle) extends Response with Product with Serializable
-
-
-
-
final
case class
VehicleState(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 Response 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