Skip to content

isVehicleOnAllWheels

Client-side

Available in Neon, not standard MTA

Reproduces GTA opcode 09D0's exact all-four-contact vehicle gate.

Syntax

bool isVehicleOnAllWheels(vehicle theVehicle)

Arguments

theVehiclevehicle

Streamed vehicle with a native GTA instance.

Returns

true only for an automobile or bike whose native contact counter equals four; false for other classes, missing native state, or fewer contacts.

Ownership and lifecycle

These calls act immediately on streamed native state and do not create a persistent lease. The resource remains responsible for scene timing and authoritative mission progression.

Important behavior
  • This is intentionally stricter than MTA's broader isVehicleOnGround check.

OOP aliases

  • vehicle:isOnAllWheels()

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →