bool GameIsRestarting()
Returns TRUE if the game is restarting, otherwise, FALSE.
(if(GameIsRestarting()) Print("The game is restarting!") )
see also: RestartGame