Vehicle::deleteBrokenWheelObjects: 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.

8 May 2024

  • curprev 14:1914:19, 8 May 2024Shr0x talk contribs 551 bytes 0 No edit summary
  • curprev 14:1714:17, 8 May 2024Shr0x talk contribs 551 bytes +1 No edit summary
  • curprev 14:1614:16, 8 May 2024Shr0x talk contribs 550 bytes +550 Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''enable:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.deleteBrokenWheelObjects </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> const vehicle = mp.vehicles.atRemoteId(1); if (!vehicle || !mp.vehicles.exists(vehicle)) return; vehicle.deleteBrokenWheelObjects = true; </syntaxhighlight> }} ==See also== {{Gr..."