gfx.sky.procedural.get_ground_curve

Client

Retrieves the current curve blend factor of the procedural ground


Syntax

local result = gfx.sky.procedural.get_ground_curve()

Parameters

No parameters are accepted by this function

Returns

TypeNameDescription
floatresultCurrent curve blend factor of the procedural ground value

Examples

Print current procedural sky ground curve
core.engine.print("info", "Ground curve:", gfx.sky.procedural.get_ground_curve())

On this page