You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tiffany352 edited this page Aug 9, 2012
·
2 revisions
Summary
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.
Events
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.