SetSunRadius

From Onset Developer Wiki
Revision as of 05:00, 17 November 2019 by 28days (talk | contribs)
SetSunRadius

Type: Function
Context: Client
Introduced: v1.0

Description

Set the specified radius of the sun for the client.

Syntax

SetSunRadius(radius)

Parameters

  • radius
    The float value between 0.0 to 4.0.

Return Value

  • __EDIT_ME__

Example

AddEvent("OnPlayerSpawn", function()
	SetSunRadius(4.0)
end)

See also