GameModeExit
Description
Ends the current gamemode.
Examples
if (OneTeamHasWon)
{
GameModeExit();
}
Related Functions
- SetModeRestartTime: Sets the delay between loading main scripts, in seconds.
Ends the current gamemode.
if (OneTeamHasWon)
{
GameModeExit();
}