Record TTimerResult
Unit
Declaration
type TTimerResult = record
Description
Current time from Timer.
Source: base/castletimeutils_timer.inc (line 23).
Overview
Methods
| Public | function ElapsedTime: TFloatTime; |
| Public | function Initialized: Boolean; |
Description
Methods
| Public | function ElapsedTime: TFloatTime; |
|
Seconds passed since this time sample up to now. Equivalent to | |
| Public | function Initialized: Boolean; |
|
Holds non-zero value. Use to detect whether this TTimerResult comes from Timer call, or is just a zero field in new class instance. | |
Generated by PasDoc 0.17.0.snapshot.