Vehicle::breakOffWheel: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 April 2024

  • curprev 17:5917:59, 23 April 2024Shr0x talk contribs 750 bytes +750 Created page with "{{ClientsideJsFunction}} {{JSContainer| Breaks specified wheel from vehicle. === Required Params === *'''wheelId:''' {{RageType|Number}} *'''removeFromWorld:''' {{RageType|Boolean}} === Return Value === *'''void''' {{RageType|void}} ==Syntax== <pre> vehicle.breakOffWheel(wheelId, removeFromWorld); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const vehicle = mp.vehicles.atRemoteId(0); if (!vehicle || !mp.vehicles.exists(vehicle)) return; veh..."