-
Notifications
You must be signed in to change notification settings - Fork 3
Ticks
tiffany352 edited this page Aug 9, 2012
·
2 revisions
Ticks are the basic time measurement in IL. They are equivalent to 50 000 microseconds (1/20th of a second). They're used in various modules for a fixed timestep.
The engine will create a tick event every 1/20th of a second if it's able to run at full speed. This event will have the id IL_BASE_TICK
and is defined in base.h.