ResetOceanColor: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Resets the original ocean color.}} {{FuncSyntax|ResetOceanColor()}} {{FuncParameters}} {{FuncNoParams}} {{FuncReturnValue|__..." |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{ | {{FuncNoParam}} | ||
{{FuncReturnValue| | {{FuncReturnValue|This function returns nothing.}} | ||
== Example == | == Example == | ||
<syntaxhighlight lang="Lua"> | |||
ResetOceanColor() | |||
</syntaxhighlight> | |||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
* [[SetOceanWaterLevel]] | |||
* [[SetOceanColor]] | |||
* [[ResetOceanColor]] |
Latest revision as of 18:02, 13 January 2020
Description
Resets the original ocean color.
Syntax
ResetOceanColor()
Parameters
- This function has no parameters.
Return Value
- This function returns nothing.
Example
ResetOceanColor()