Vehicle::setAllGeneratorsActive: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setAllGeneratorsActive() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example")
 
No edit summary
 
Line 2: Line 2:
{{ClientsideJsFunction}}
{{ClientsideJsFunction}}
{{JSContainer|
{{JSContainer|
===Required Params===





Latest revision as of 19:24, 4 May 2024

Client-Side
Function

 JavaScript



JavaScript Syntax


Return value

  • void

Syntax

mp.game.vehicle.setAllGeneratorsActive()

Example

//todo


See also