gfx.sky.get_mode
Client
Retrieves the current material type of the sky
Syntax
local result = gfx.sky.get_mode()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
gfx.sky.sky_mode | bool | result | Current sky material type, false otherwise |
Examples
core.engine.print("info", "Sky mode:", gfx.sky.get_mode())