Difference between revisions of "TOnClockTickEvent"

From Soldat Community Wiki
Jump to: navigation, search
(new page)
 
m (Declaration)
Line 12: Line 12:
 
   Ticks: current tick count (1 second = 60 ticks)
 
   Ticks: current tick count (1 second = 60 ticks)
  
[[Category:Classes]][[Category:Events]]
+
[[Category:Classes]]

Revision as of 14:24, 26 July 2013

Inheritance

Description

Class used in 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)