GFXFog
gfx.fog.get_sky_affect
Client
Retrieves the current sky influence amount of the fog post-processing effect
Syntax
local result = gfx.fog.get_sky_affect()Parameters
| Type | Name | Description |
|---|
Returns
| Type | Name | Description |
|---|---|---|
float | result | Current sky influence value |
Examples
engine.print("info", "Fog sky affect:", gfx.fog.get_sky_affect())