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