Difference between revisions of "TOnClockTickEvent"

From Soldat Community Wiki
Jump to: navigation, search
m (Declaration)
m (Description)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==Inheritance==
 
*[[TOnClockTickEvent]]
 
 
 
==Description==
 
==Description==
Class used in [[TGame.OnClockTick]] as an event handler type.
+
Type used by [[TGame.OnClockTick]] as an event handler type.
 
 
user constructable: '''NO'''
 
user destructable:  '''NO'''
 
  
 
==Declaration==
 
==Declaration==
Line 12: Line 6:
 
   Ticks: current tick count (1 second = 60 ticks)
 
   Ticks: current tick count (1 second = 60 ticks)
  
[[Category:Classes]]
+
[[Category:Types]]

Latest revision as of 14: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)