Show / Hide Table of Contents

Class VehiclePureSyncPacket

Inheritance
object
Packet
VehiclePureSyncPacket
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Definitions.Vehicles
Assembly: SlipeServer.Packets.dll
Syntax
public sealed class VehiclePureSyncPacket : Packet

Constructors

| Edit this page View Source

VehiclePureSyncPacket()

Declaration
public VehiclePureSyncPacket()

Properties

| Edit this page View Source

AdjustableProperty

Declaration
public ushort AdjustableProperty { get; set; }
Property Value
Type Description
ushort
| Edit this page View Source

AimArm

Declaration
public float? AimArm { get; set; }
Property Value
Type Description
float?
| Edit this page View Source

AimDirection

Declaration
public Vector3 AimDirection { get; set; }
Property Value
Type Description
Vector3
| Edit this page View Source

AimOrigin

Declaration
public Vector3 AimOrigin { get; set; }
Property Value
Type Description
Vector3
| Edit this page View Source

CameraOrientation

Declaration
public CameraOrientationStructure CameraOrientation { get; set; }
Property Value
Type Description
CameraOrientationStructure
| Edit this page View Source

CameraRotation

Declaration
public float CameraRotation { get; set; }
Property Value
Type Description
float
| Edit this page View Source

DamageBodyPart

Declaration
public byte? DamageBodyPart { get; set; }
Property Value
Type Description
byte?
| Edit this page View Source

DamageWeaponType

Declaration
public byte? DamageWeaponType { get; set; }
Property Value
Type Description
byte?
| Edit this page View Source

DamagerId

Declaration
public ElementId? DamagerId { get; set; }
Property Value
Type Description
ElementId?
| Edit this page View Source

DoorOpenRatios

Declaration
public float[] DoorOpenRatios { get; set; }
Property Value
Type Description
float[]
| Edit this page View Source

DoorStates

Declaration
public byte[] DoorStates { get; set; }
Property Value
Type Description
byte[]
| Edit this page View Source

HasTrailer

Declaration
public bool HasTrailer { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

Health

Declaration
public float Health { get; set; }
Property Value
Type Description
float
| Edit this page View Source

KeySync

Declaration
public FullKeySyncStructure KeySync { get; set; }
Property Value
Type Description
FullKeySyncStructure
| Edit this page View Source

Latency

Declaration
public ushort Latency { get; set; }
Property Value
Type Description
ushort
| Edit this page View Source

LeftShoulder2

Declaration
public ushort LeftShoulder2 { get; set; }
Property Value
Type Description
ushort
| Edit this page View Source

LightStates

Declaration
public byte[] LightStates { get; set; }
Property Value
Type Description
byte[]
| Edit this page View Source

PacketId

Declaration
public override PacketId PacketId { get; }
Property Value
Type Description
PacketId
Overrides
Packet.PacketId
| Edit this page View Source

PanelStates

Declaration
public byte[] PanelStates { get; set; }
Property Value
Type Description
byte[]
| Edit this page View Source

PlayerArmor

Declaration
public float PlayerArmor { get; set; }
Property Value
Type Description
float
| Edit this page View Source

PlayerHealth

Declaration
public float PlayerHealth { get; set; }
Property Value
Type Description
float
| Edit this page View Source

PlayerId

Declaration
public ElementId PlayerId { get; set; }
Property Value
Type Description
ElementId
| Edit this page View Source

Position

Declaration
public Vector3 Position { get; set; }
Property Value
Type Description
Vector3
| Edit this page View Source

Priority

Declaration
public override PacketPriority Priority { get; }
Property Value
Type Description
PacketPriority
Overrides
Packet.Priority
| Edit this page View Source

Reliability

Declaration
public override PacketReliability Reliability { get; }
Property Value
Type Description
PacketReliability
Overrides
Packet.Reliability
| Edit this page View Source

RemoteModel

Declaration
public int RemoteModel { get; set; }
Property Value
Type Description
int
| Edit this page View Source

RightShoulder2

Declaration
public ushort RightShoulder2 { get; set; }
Property Value
Type Description
ushort
| Edit this page View Source

Rotation

Declaration
public Vector3 Rotation { get; set; }
Property Value
Type Description
Vector3
| Edit this page View Source

Seat

Declaration
public byte Seat { get; set; }
Property Value
Type Description
byte
| Edit this page View Source

TimeContext

Declaration
public byte TimeContext { get; set; }
Property Value
Type Description
byte
| Edit this page View Source

Trailers

Declaration
public List<TrailerSync> Trailers { get; set; }
Property Value
Type Description
List<TrailerSync>
| Edit this page View Source

TrainDirection

Declaration
public bool TrainDirection { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

TrainPosition

Declaration
public float TrainPosition { get; set; }
Property Value
Type Description
float
| Edit this page View Source

TrainSpeed

Declaration
public float TrainSpeed { get; set; }
Property Value
Type Description
float
| Edit this page View Source

TrainTrack

Declaration
public byte TrainTrack { get; set; }
Property Value
Type Description
byte
| Edit this page View Source

TurnVelocity

Declaration
public Vector3 TurnVelocity { get; set; }
Property Value
Type Description
Vector3
| Edit this page View Source

TurretRotation

Declaration
public Vector2 TurretRotation { get; set; }
Property Value
Type Description
Vector2
| Edit this page View Source

VehicleAimDirection

Declaration
public VehicleAimDirection VehicleAimDirection { get; set; }
Property Value
Type Description
VehicleAimDirection
| Edit this page View Source

VehiclePureSyncFlags

Declaration
public VehiclePureSyncFlagsStructure VehiclePureSyncFlags { get; set; }
Property Value
Type Description
VehiclePureSyncFlagsStructure
| Edit this page View Source

Velocity

Declaration
public Vector3 Velocity { get; set; }
Property Value
Type Description
Vector3
| Edit this page View Source

WeaponAmmo

Declaration
public ushort? WeaponAmmo { get; set; }
Property Value
Type Description
ushort?
| Edit this page View Source

WeaponAmmoInClip

Declaration
public ushort? WeaponAmmoInClip { get; set; }
Property Value
Type Description
ushort?
| Edit this page View Source

WeaponSlot

Declaration
public byte? WeaponSlot { get; set; }
Property Value
Type Description
byte?
| Edit this page View Source

WheelStates

Declaration
public byte[] WheelStates { get; set; }
Property Value
Type Description
byte[]

Methods

| Edit this page View Source

Read(byte[])

Declaration
public override void Read(byte[] bytes)
Parameters
Type Name Description
byte[] bytes
Overrides
Packet.Read(byte[])
| Edit this page View Source

Reset()

Declaration
public override void Reset()
Overrides
Packet.Reset()
| Edit this page View Source

Write()

Declaration
public override byte[] Write()
Returns
Type Description
byte[]
Overrides
Packet.Write()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX