Table of Contents

Struct VehicleModelInfo

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

Represents detailed information about a vehicle model.

public readonly struct VehicleModelInfo
Inherited Members

Fields

FrontBumperZ

Gets the Z position of the front bumper.

public readonly float FrontBumperZ

Field Value

float

FrontSeat

Gets the position of the front seat.

public readonly Vector3 FrontSeat

Field Value

Vector3

FrontWheel

Gets the position of the front wheel.

public readonly Vector3 FrontWheel

Field Value

Vector3

MidWheel

Gets the position of the mid wheel.

public readonly Vector3 MidWheel

Field Value

Vector3

PetrolCap

Gets the position of the petrol cap.

public readonly Vector3 PetrolCap

Field Value

Vector3

RearBumperZ

Gets the Z position of the rear bumper.

public readonly float RearBumperZ

Field Value

float

RearSeat

Gets the position of the rear seat.

public readonly Vector3 RearSeat

Field Value

Vector3

RearWheel

Gets the position of the rear wheel.

public readonly Vector3 RearWheel

Field Value

Vector3

Size

Gets the size of the vehicle model.

public readonly Vector3 Size

Field Value

Vector3