GameModeExit

GameModeExit

Description:
Function GameModeExit ends the current gamemode.


Parameters:
(This function has no parameters.)


Return Values:
This function does not return any specific values.


Examples:
if(OneTeamHasWon)
{
    GameModeExit();
}


Related Callbacks
The following callbacks might be useful as well, as they are related to this callback in one way or another.