Namespace: System

System

Author:
  • Jos Kuijpers (Rahkiin)
Source:
  • system.js, line 27

Methods

<static> abort(msg)

Abort the current game with a message.

Parameters:
Name Type Description
msg String

Message to show after abort.

Source:
  • system.js, line 38

<static> exit()

Exit the game unconditionally.

Source:
  • system.js, line 46