Water::modifyWater
Внешний вид
Sets the water height for a given position and radius.
Syntax
<syntaxhighlight lang="javascript">mp.game.water.modifyWater(x, y, radius, height);</syntaxhighlight>
Required Arguments
- x: float
- y: float
- radius: float
- height: float
Return value
- Undefined
Example
<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>