Difference between revisions of "TOnClockTickEvent"
m (→Declaration) |
m (→Description) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Description== | ==Description== | ||
− | + | Type used by [[TGame.OnClockTick]] as an event handler type. | |
− | |||
− | |||
− | |||
==Declaration== | ==Declaration== | ||
Line 12: | Line 6: | ||
Ticks: current tick count (1 second = 60 ticks) | Ticks: current tick count (1 second = 60 ticks) | ||
− | [[Category: | + | [[Category:Types]] |
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)