gfx.adjustment.is_enabled

Client

Retrieves whether the adjustment post-processing effect is currently enabled


Syntax

local result = gfx.adjustment.is_enabled()

Parameters

No parameters are accepted by this function

Returns

TypeNameDescription
boolresulttrue if adjustment is enabled, false otherwise

Examples

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

On this page