Index

CloseGameMessage

CloseGameMessage(<-unpauseGame)

Description

Closes a game message, if there is one visible. If one isn't visible, nothing happens. If 'unpause' is true, then the game will be unpaused if it was paused by the call to ShowGameMessage.

Examples

CloseGameMessage(true)

Index