SetMoonRadius

From Onset Developer Wiki
Revision as of 03:58, 17 November 2019 by 28days (talk | contribs)
SetMoonRadius

Type: Function
Context: Client
Introduced: v1.0

Description

Set the moon radius in float value.

Syntax

SetMoonRadius(radius)

Parameters

  • radius
    The radius between 0.0 (0%) to 1.0 (100%).

Return Value

  • __EDIT_ME__

Example

AddEvent("OnPlayerSpawn", function()
	SetMoonRadius(0.5) -- Set the moon size to half when the player spawns
end)

See also