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