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