Difference between revisions of "MDE Scripting: CloseSeason"

From Nomad DB
(Created page with "{| class="wikitable" !Syntax |<syntaxhighlight lang="lua">game.traffic:CloseSeason()</syntaxhighlight> |- !Module |Traffic |- !Library...")
 
Line 15: Line 15:
  
 
==Description==
 
==Description==
Close the current [[MDE Scripting: Season|season]].
+
Close the current [[MDE Scripting: Seasons|season]].
  
 
Required before [[MDE Scripting: OpenSeason|opening a new season]].
 
Required before [[MDE Scripting: OpenSeason|opening a new season]].

Revision as of 20:22, 17 October 2020

Syntax
game.traffic:CloseSeason()
Module Traffic
Library Game
Game Mafia: Definitive Edition


Description

Close the current season.

Required before opening a new season.


Returns

Returns nothing.


Examples

game.traffic:CloseSeason() -- closes the current season