Table of Contents

Struct VehicleTrailerSyncPacket

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Represents synchronization data for a vehicle trailer.

public readonly struct VehicleTrailerSyncPacket
Inherited Members

Fields

PlayerID

Gets the ID of the player associated with the vehicle.

public readonly int PlayerID

Field Value

int

Position

Gets the position of the trailer.

public readonly Vector3 Position

Field Value

Vector3

Quat

Gets the quaternion representing the trailer's rotation.

public readonly Vector4 Quat

Field Value

Vector4

TurnVelocity

Gets the turn velocity of the trailer.

public readonly Vector3 TurnVelocity

Field Value

Vector3

VehicleID

Gets the ID of the vehicle.

public readonly int VehicleID

Field Value

int

Velocity

Gets the velocity of the trailer.

public readonly Vector3 Velocity

Field Value

Vector3