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...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Page_MDE}}
 
{| class="wikitable"
 
{| class="wikitable"
 
!Syntax
 
!Syntax
Line 15: Line 16:
  
 
==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]].

Latest revision as of 20:27, 27 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