Vehicle::setTrailerAttachmentsUnbreakable

From RAGE Multiplayer Wiki
Revision as of 17:14, 19 August 2024 by Shr0x (talk | contribs) (Created page with "{{ClientsideJsFunction}} {{JSContainer| ==Required Params== *'''toggle:''' {{RageType|boolean}} ==Return value== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setTrailerAttachmentsUnbreakable(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • toggle: boolean

Return value

  • void

Syntax

mp.game.vehicle.setTrailerAttachmentsUnbreakable(toggle)

Example

//todo


See also