Difference between revisions of "TOnClockTickEvent"
m (→Declaration) |
m |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Description== | ==Description== | ||
− | + | Type used by [[TGame.OnClockTick]] as an event handler type. | |
user constructable: '''NO''' | user constructable: '''NO''' | ||
Line 12: | Line 9: | ||
Ticks: current tick count (1 second = 60 ticks) | Ticks: current tick count (1 second = 60 ticks) | ||
− | [[Category: | + | [[Category:Types]] |
Revision as of 13:38, 26 July 2013
Description
Type used by TGame.OnClockTick as an event handler type.
user constructable: NO user destructable: NO
Declaration
procedure (Ticks: Integer); Ticks: current tick count (1 second = 60 ticks)