Table of Contents

Struct VehicleUnoccupiedSyncPacket

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

Represents synchronization data for an unoccupied vehicle.

public readonly struct VehicleUnoccupiedSyncPacket
Inherited Members

Fields

AngularVelocity

Gets the angular velocity of the vehicle.

public readonly Vector3 AngularVelocity

Field Value

Vector3

Health

Gets the health of the vehicle.

public readonly float Health

Field Value

float

PlayerID

Gets the ID of the player associated with the vehicle.

public readonly int PlayerID

Field Value

int

Position

Gets the position of the vehicle.

public readonly Vector3 Position

Field Value

Vector3

Roll

Gets the roll vector of the vehicle.

public readonly Vector3 Roll

Field Value

Vector3

Rotation

Gets the rotation vector of the vehicle.

public readonly Vector3 Rotation

Field Value

Vector3

SeatID

Gets the seat ID in the vehicle.

public readonly byte SeatID

Field Value

byte

VehicleID

Gets the ID of the vehicle.

public readonly int VehicleID

Field Value

int

Velocity

Gets the velocity of the vehicle.

public readonly Vector3 Velocity

Field Value

Vector3