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