GetTickCount

From Soldat Community Wiki
Revision as of 11:44, 15 August 2012 by Freeman (talk | contribs) (Created page with " ''function GetTickCount(): integer;'' '''Description:''' Returns the ticks count - 1 second = 60 ticks. Similar to the Ticks argument of AppOnIdle , but can be called at...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
function GetTickCount(): integer;

Description:
 Returns the ticks count - 1 second = 60 ticks. Similar to the Ticks argument of AppOnIdle , but can be called at any time.