GetTickCount: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight>| | params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight>| | ||
retvals=No: of clock ticks passed 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.