Lua Events/OnWeatherPeriodComplete

From PZwiki



Event

OnWeatherPeriodComplete

Description

Triggered when a weather period is complete.

Parameters

Examples

local function OnWeatherPeriodComplete(weatherPeriod)
	-- Your code here
end

Events.OnWeatherPeriodComplete.Add(OnWeatherPeriodComplete)

See also

No related event.