GFXEmissive
gfx.emissive.get_level_intensity
Client
Retrieves the current intensity of a specific glow level of the emissive post-processing effect
Syntax
local result = gfx.emissive.get_level_intensity(idx)Parameters
| Type | Name | Description |
|---|---|---|
int | idx | Glow level index to be targetted |
Returns
| Type | Name | Description |
|---|---|---|
float | result | Current intensity of the specified glow level |
Examples
engine.print("info", "Glow level 1 intensity:", gfx.emissive.get_level_intensity(1))