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