Pause - nhmkdev/support-framework GitHub Wiki
Definition
The pause system is a basic wrapper for the ig.time functionality that maintains the current/previous time information so the game can be paused and resumed.
Container
var Pause = ig.global.support.pause;
Usage
Very simple pause toggle: Pause.togglePause();
See code file for function references.