Difference between revisions of "MDE Scripting: GetCurrentWeatherSetName"

From Nomad DB
(Created page with "{| class="wikitable" !Syntax |<syntaxhighlight lang="lua">game.gfx:GetCurrentWeatherSetName()</syntaxhighlight> |- !Module |GFX |- !Library...")
(No difference)

Revision as of 03:18, 17 October 2020

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"