Link Search Menu Expand Document

Game_Timer.d overview

Game_Timer

The game object class for the timer.


Table of contents


utils

Game_Timer (class)

Game_Timer

The game object class for the timer.

Signature

export declare class Game_Timer

update (method)

Signature

update(sceneActive: boolean): void

start (method)

Signature

start(count: number): void

stop (method)

Signature

stop(): void

isWorking (method)

Signature

isWorking(): boolean

seconds (method)

Signature

seconds(): number

frames (method)

Signature

frames(): number

onExpire (method)

Signature

onExpire(): void

_frames (property)

Signature

_frames: number

_working (property)

Signature

_working: boolean