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