Vehicle::setRandomBoatsInMp

From RAGE Multiplayer Wiki
Revision as of 17:13, 22 April 2024 by Shr0x (talk | contribs) (Created page with "{{JSContainer| === Required Arguments === *'''enable:''' Boolean ===Return value=== *'''void''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setRandomBoatsInMp(enable); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.game.vehicle.setRandomBoatsInMp(true); </syntaxhighlight> }} ==See also== {{Vehicle_s_function_c}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

JavaScript Syntax


Required Arguments

  • enable: Boolean

Return value

  • void

Syntax

mp.game.vehicle.setRandomBoatsInMp(enable);

Example

mp.game.vehicle.setRandomBoatsInMp(true);


See also