gfx.sky.panorama.get_texture
Client
Retrieves the current texture path of the panorama sky material
Syntax
local result = gfx.sky.panorama.get_texture()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
string | bool | result | Path of the currently assigned panorama texture, false otherwise |
Examples
core.engine.print("info", "Panorama texture:", gfx.sky.panorama.get_texture())