Difference between revisions of "TOnClockTickEvent"
m |
m (→Description) |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
Type used by [[TGame.OnClockTick]] as an event handler type. | Type used by [[TGame.OnClockTick]] as an event handler type. | ||
− | |||
− | |||
− | |||
==Declaration== | ==Declaration== |
Latest revision as of 13:39, 26 July 2013
Description
Type used by TGame.OnClockTick as an event handler type.
Declaration
procedure (Ticks: Integer); Ticks: current tick count (1 second = 60 ticks)