Classes

Concepts

Libraries

advertisement »

ambientSounds »

bitser »

contentPoints »

eventBoxText »

factValidity »

frameBuffer »

officeBuildingInserter »

priorityRenderer »

randomEvents »

scaling »

spritesheetParser »

statusIcons »

test3 »

util »

Objects

create

Description

Create a timer with the specified settings.

Arguments

1 number time

the time until the function is called.

2 number repetitions

the amount of times to call the method.

3 string timerName

the unique name of the timer.

4 function callback

the function to call after enough time has passed.