GetSkySaturation

From Onset Developer Wiki
Revision as of 09:26, 1 September 2020 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Client|1.2.2}} {{FuncDescription|Get the sky color saturation for the client.}} {{FuncSyntax|GetSkySaturation()}} {{FuncParameters}} {{FuncNoParam}} {{Func...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetSkySaturation

Type: Function
Context: Client
Introduced: v1.2.2

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

__EDIT_ME__