SetSkySaturation

From Onset Developer Wiki
Revision as of 17:53, 29 August 2020 by BlueMountains (talk | contribs)
SetSkySaturation

Type: Function
Context: Client
Introduced: v1.0

Description

Set the sky color saturation for the client.

Syntax

SetSkySaturation(saturation)

Parameters

  • saturation
    The saturation value in float between 0.0 to 4.0.

Return Value

  • Returns true.

Example

AddEvent("OnPlayerSpawn", function()
	SetSkySaturation(0.0) -- Set the saturation to as low as possible, basically monochrome.
end)

See also

__EDIT_ME__