Classes

Concepts

Libraries

advertisement »

ambientSounds »

bitser »

contentPoints »

eventBoxText »

factValidity »

frameBuffer »

officeBuildingInserter »

priorityRenderer »

randomEvents »

scaling »

spritesheetParser »

statusIcons »

test3 »

util »

Objects

simple

Description

Creates a simple timer with the specified delay and method to call.

Arguments

1 number time

the time until this event is triggered. IMPORTANT: unaffected by the paused game state/etc.

2 function callback

the method to call when enough time has passed.