GameIsRestarting

bool GameIsRestarting()

Returns TRUE if the game is restarting, otherwise, FALSE.

Example

(if(GameIsRestarting())
    Print("The game is restarting!")
)

see also: RestartGame