ResetWaterColor: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (How hard can copying be?) |
||
Line 4: | Line 4: | ||
{{New_feature|3.0110|1.1| | {{New_feature|3.0110|1.1| | ||
resetWaterColor will work server-side as well. In 1.0.4 and lower, | resetWaterColor will work server-side as well. In 1.0.4 and lower, resetWaterColor is only available client-side. | ||
}} | }} | ||
Revision as of 18:09, 27 November 2010
This function reset the water color of the GTA world to default.
resetWaterColor will work server-side as well. In 1.0.4 and lower, resetWaterColor is only available client-side.
Syntax
bool resetWaterColor ()
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