GetSkySaturation: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.2.2}} {{FuncDescription|Get the sky color saturation for the client.}} {{FuncSyntax|GetSkySaturation()}} {{FuncParameters}} {{FuncNoParam}} {{Func...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Info|Function|Client|1.2.2}}
{{Info|Function|Client|1.2.1}}


{{FuncDescription|Get the sky color saturation for the client.}}
{{FuncDescription|Get the sky color saturation for the client.}}
Line 19: Line 19:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
*[[SetSkySaturation]]

Latest revision as of 11:27, 1 September 2020

GetSkySaturation

Type: Function
Context: Client
Introduced: v1.2.1

Description

Get the sky color saturation for the client.

Syntax

GetSkySaturation()

Parameters

  • This function has no parameters.

Return Value

Example

AddEvent("OnPlayerSpawn", function()
    local saturation = GetSkySaturation()
    AddPlayerChat("Sky saturation: "..saturation)
end)

See also