ResetOceanColor: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
{{FuncNoParam}}
{{FuncNoParam}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|This function returns nothing.}}


== Example ==
== Example ==
__EDIT_ME__
<syntaxhighlight lang="Lua">
ResetOceanColor()
</syntaxhighlight>


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
* [[SetOceanWaterLevel]]
* [[SetOceanColor]]
* [[ResetOceanColor]]

Latest revision as of 18:02, 13 January 2020

ResetOceanColor

Type: Function
Context: Client
Introduced: v1.0

Description

Resets the original ocean color.

Syntax

ResetOceanColor()

Parameters

  • This function has no parameters.

Return Value

  • This function returns nothing.

Example

ResetOceanColor()

See also