Preparing search index...
The search index is not available
allegro.ts
allegro.ts
types
TIMER
Interface TIMER
Timer
Remarks
Structure of a timer
interface
TIMER
{
id
:
number
;
timer
:
(
(
)
=>
void
)
;
}
Index
Properties
id
timer
Properties
id
id
:
number
timer
timer
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
id
timer
allegro.ts
FileParser
allegro
bitmap
color
config
configuration
core
debug
font
gmPlayer
graphics
keyboard
math
midi
midiParser
mouse
palette
primitives
sample
sprintf
sprites
Loading...
Generated using
TypeDoc
Timer
Remarks
Structure of a timer