gfx.ssao.get_detail

Client

Retrieves the current detail level of the SSAO post-processing effect


Syntax

local result = gfx.ssao.get_detail()

Parameters

No parameters are accepted by this function

Returns

TypeNameDescription
floatresultCurrent detail value

Examples

Get the current ssao detail level
core.engine.print("info", "SSAO detail:", gfx.ssao.get_detail())

On this page