ResetOceanColor: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 11: Line 11:


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


{{RelatedFunctions}}
{{RelatedFunctions}}

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