GameOver

From Nomad DB

Plays a game over animation before reloading the last autosave.

Syntax

GameOver(playerId)
  • playerId (number): ID of the target player

Note: It seems that only the local player ID works on this function.

Example

GameOver(GetLocalPlayerId())

Related Pages