gfx.fog.set_height
Client
Sets the height threshold of the fog post-processing effect
Syntax
local status = gfx.fog.set_height(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Height value to apply Sets the world-space Y position at which the height fog effect begins |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.fog.set_height(0.0)