ResetWaterColor: Difference between revisions
Jump to navigation
Jump to search
OpenIDUser28 (talk | contribs) mNo edit summary |
m (fix typo) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
{{Server client function}} | {{Server client function}} | ||
This function reset the water color of the GTA world to default. | This function reset the water color of the GTA world to default. | ||
==Syntax== | ==Syntax== | ||
Line 11: | Line 7: | ||
bool resetWaterColor ( ) | bool resetWaterColor ( ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{OOP||[[Water]].resetColor}} | |||
===Returns=== | ===Returns=== |
Latest revision as of 14:30, 7 August 2016
This function reset the water color of the GTA world to default.
Syntax
bool resetWaterColor ( )
OOP Syntax Help! I don't understand this!
- Method: Water.resetColor(...)
Returns
Returns true if water color was reset correctly, false otherwise.
Example
This example adds a command resetwatercolor with which a player can reset the water colour.
function changeWaterBackToNormal () resetWaterColor () end addCommandHandler ( "resetwatercolor", changeWaterBackToNormal )
See Also
- getWaterLevel
- isWaterDrawnLast
- setWaterDrawnLast
- Shared
- createWater
- getWaterColor
- getWaterVertexPosition
- getWaveHeight
- resetWaterColor
- resetWaterLevel
- setWaterColor
- setWaterLevel
- setWaterVertexPosition
- setWaveHeight