Water::modifyWater

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

Sets the water height for a given position and radius.

Syntax

water.modifyWater(x, y, radius, height);

Required Arguments

  • x: float
  • y: float
  • radius: float
  • height: float

Return value

  • Undefined

Example

todo

See also

Template:Water function c