Vehicle::deleteBrokenPartObjects: 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 549 bytes +549 Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''enable:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.deleteBrokenPartObjects </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> const vehicle = mp.vehicles.atRemoteId(1); if (!vehicle || !mp.vehicles.exists(vehicle)) return; vehicle.deleteBrokenPartObjects = true; </syntaxhighlight> }} ==See also== {{Veh..."