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

TypeNameDescription
boolresulttrue if glow is enabled, false otherwise

Examples

Check if glow is enabled
core.engine.print("info", "Glow enabled:", gfx.glow.is_enabled())

On this page