GFXSSIL
gfx.ssil.get_intensity
Client
Retrieves the current intensity of the SSIL post-processing effect
Syntax
local result = gfx.ssil.get_intensity()Parameters
| Type | Name | Description |
|---|
Returns
| Type | Name | Description |
|---|---|---|
float | result | Current intensity value |
Examples
engine.print("info", "SSIL intensity:", gfx.ssil.get_intensity())