[Overview][Constants][Types][Classes][Index] |
Gets the amount of time that has passed since the last call to delta in seconds.
Source position: timerd.inc line 39
function IPTCTimer.Delta: Double; |
The current delta value.
Gets the amount of time that has passed since the last call to delta in seconds. While the timer is running the delta value is typically a small value limited to the resolution of the timer. When the timer is stopped the delta value is always zero.
|
Starts the timer. |
|
|
Stops the timer. |
|
|
Gets the limiting resolution of the timer in seconds. |