![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns the time in seconds since the end of the previous frame and the start of the current frame.
elapsed = GetTickTime()
Returns
- elapsed
- number - The time in seconds since the last frame.
Details
- Multiple calls to this function within the same frame will all return the same value.
- The value returned from this function appears to be identical to the value passed to OnUpdate scripts executed at the end of the current frame as the
elapsedparameter.
Patch changes
Patch 7.0.3 (2016-07-19): Added.[1]
