gfx.glow.is_enabled
Client
Retrieves whether the glow post-processing effect is currently enabled
Syntax
local result = gfx.glow.is_enabled()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | result | true if glow is enabled, false otherwise |
Examples
core.engine.print("info", "Glow enabled:", gfx.glow.is_enabled())