Water::setWavesIntensity

From RAGE Multiplayer Wiki
Revision as of 20:36, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sets a value that determines how aggressive the ocean waves will be. Values of 2.0 or more make for very aggressive waves like you see during a thunderstorm.

Works only ~200 meters around the player.

Most likely SET_CURRENT_*

Syntax

water.setWavesIntensity(intensity);

Required Arguments

  • intensity: float

Return value

  • Undefined

Example

todo

See also

Template:Water function c