GFXVolumetric Fog
gfx.volumetric_fog.get_detail_spread
Client
Retrieves the current detail spread of the volumetric fog post-processing effect
Syntax
local result = gfx.volumetric_fog.get_detail_spread()Parameters
| Type | Name | Description |
|---|
Returns
| Type | Name | Description |
|---|---|---|
float | result | Current detail spread value |
Examples
engine.print("info", "Volumetric fog detail spread:", gfx.volumetric_fog.get_detail_spread())