GFXVolumetric Fog
gfx.volumetric_fog.get_ambient_inject
Client
Retrieves the current ambient light injection amount of the volumetric fog post-processing effect
Syntax
local result = gfx.volumetric_fog.get_ambient_inject()Parameters
| Type | Name | Description |
|---|
Returns
| Type | Name | Description |
|---|---|---|
float | result | Current ambient inject value |
Examples
engine.print("info", "Volumetric fog ambient inject:", gfx.volumetric_fog.get_ambient_inject())