GetSkySaturation

From Onset Developer Wiki
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