gfx.env.set_background_energy
Client
Sets the background energy multiplier of the environment
Syntax
local status = gfx.env.set_background_energy(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Background energy multiplier to apply |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.env.set_background_energy(1.0)