Vehicle::isWheelBrokenOff: 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 18:0218:02, 23 April 2024Shr0x talk contribs 715 bytes +715 Created page with "{{ClientsideJsFunction}} {{JSContainer| Check whether the given wheel id of the vehicle is broken or not. === Required Params === *'''wheelId:''' {{RageType|Number}} === Return Value === *'''void''' {{RageType|void}} ==Syntax== <pre> vehicle.isWheelBrokenOff(wheelId); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const vehicle = mp.vehicles.atRemoteId(0); if (!vehicle || !mp.vehicles.exists(vehicle)) return; mp.console.logInfo(`Wheel id 1 is..."