gfx.env.set_background_energy

Client

Sets the background energy multiplier of the environment


Syntax

local status = gfx.env.set_background_energy(
    value
)

Parameters

TypeNameDescription
floatvalueBackground energy multiplier to apply

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Set environment background energy
gfx.env.set_background_energy(1.0)

On this page