ResetOceanColor: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
{{FuncNoParam}} | {{FuncNoParam}} | ||
{{FuncReturnValue| | {{FuncReturnValue|This function returns nothing.}} | ||
== Example == | == Example == | ||
<syntaxhighlight lang="Lua"> | |||
ResetOceanColor() | |||
</syntaxhighlight> | |||
{{RelatedFunctions}} | {{RelatedFunctions}} |
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()