Table of Contents

Struct UnoccupiedVehicleUpdate

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

Represents an update for an unoccupied vehicle.

public readonly struct UnoccupiedVehicleUpdate
Inherited Members

Fields

position

Gets the position of the vehicle.

public readonly Vector3 position

Field Value

Vector3

seat

Gets the seat ID in the vehicle.

public readonly byte seat

Field Value

byte

velocity

Gets the velocity of the vehicle.

public readonly Vector3 velocity

Field Value

Vector3