GetTickCount: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "{{Welcome|desc=Gets the number of clock ticks (in milliseconds) passed since a fixed point.| params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight>| retval=No: of clock...")
 
No edit summary
 
(2 intermediate revisions 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>|
retval=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.