Skip to content

getVehicleTyresCanBurst

Client-side

Available in Neon, not standard MTA

Reads the vehicle's live or locally persisted native tyre-burst policy.

Syntax

bool getVehicleTyresCanBurst(vehicle theVehicle)

GTA task mapping

NATIVE GTA BEHAVIOR
No CTask is created

This is a state query, not a GTA task. It reads the native flag when streamed and the persisted local policy otherwise.

Arguments

theVehiclevehicle

Vehicle to inspect.

Returns

true when its tyres may burst; false when they may not or the vehicle is invalid.

Ownership and lifecycle

Door-lock, tyre-burst, physical-proof, and load-collision policies live on the MTA vehicle, apply immediately when its GTA instance is streamed, and are reapplied after local native recreation. They are client-local, last-writer-wins policies rather than resource-owned leases.

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →