GetTickCount: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Welcome|desc=Gets the number of clock ticks (in milliseconds) passed since a fixed point.|
{{Welcome|desc=Gets the number of clock ticks (in milliseconds) passed since a fixed point.|
params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight>|
params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight>|
retvals=No: of clock ticks in milliseconds|
retvals=No: of clock ticks passed in milliseconds|
relfuncs=*[[SetTimer]]
*[[SetTimerEx]]|
}}
}}

Latest revision as of 06:43, 6 December 2022


Description:
Gets the number of clock ticks (in milliseconds) passed since a fixed point.


Parameters:

NoParams


Return Values:
No: of clock ticks passed in milliseconds



Related Functions

The following functions may be helpful as they relate to this function in one way or another.