Skip to content
nhmkdev edited this page Jan 15, 2014 · 3 revisions

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.

Clone this wiki locally