gfx.sky.procedural.reset_sky_cover
Client
Clears the currently assigned sky cover texture from the procedural sky material
Syntax
local status = gfx.sky.procedural.reset_sky_cover()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.sky.procedural.reset_sky_cover()