MDE Scripting: GetCurrentWeatherSetName

From Nomad DB
Revision as of 03:18, 17 October 2020 by Deewarz (talk | contribs) (Created page with "{| class="wikitable" !Syntax |<syntaxhighlight lang="lua">game.gfx:GetCurrentWeatherSetName()</syntaxhighlight> |- !Module |GFX |- !Library...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Syntax
game.gfx:GetCurrentWeatherSetName()
Module GFX
Library Game
Game Mafia: Definitive Edition


Description

Get the current Weather Set.


Returns

# Type Description
1 string The current Weather Set.


Examples

local currentWeatherSetName = game.gfx:GetCurrentWeatherSetName() -- currentWeatherSetName returns "_default_game"