GetTickCount: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
No edit summary
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|
}}
}}

Revision as of 06:42, 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