All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:59, 23 April 2024 Shr0x talk contribs created page Vehicle::breakOffWheel (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...")