GFXFog
gfx.fog.set_height
Client
The height threshold to be set for the fog post-processing effect
Syntax
local status = gfx.fog.set_height(value)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Height value to be applied Sets the world-space Y position at which the height fog effect begins |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, or false on failure |
Examples
--Set the height at which fog begins
gfx.fog.set_height(0.0)