Gameplay::waterOverrideSetShorewaveminamplitude

From RAGE Multiplayer Wiki
Revision as of 15:18, 29 April 2024 by Shr0x (talk | contribs) (Created page with "{{ClientsideJsFunction}} {{JSContainer| Changes shore waves min amplitude ===Required Values=== *'''value:''' {{RageType|Float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.waterOverrideSetShorewaveminamplitude(value); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_definition_c}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax

Changes shore waves min amplitude

Required Values

  • value: Float

Return value

  • void

Syntax

mp.game.gameplay.waterOverrideSetShorewaveminamplitude(value);

Example

//todo


See also