GetTickCount
Returns the current value of an internal millisecond timer.
Method Signature
Arguments
This function does not accept any arguments
Examples
Script Syntax
Outputs the current value of the internal millisecond timer
A simple timer
Outputs the millisecond difference between a starting point and end point
Result: 1000 (note: may be off by a few ms depending on the environment)
Additional Examples
Related
Last updated
Was this helpful?