note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
GameModeExit
Description
Ends the current gamemode.
Examples
if (OneTeamHasWon)
{
GameModeExit();
}
Related Functions
- SetModeRestartTime: Sets the delay between loading main scripts, in seconds.