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 TimerSeconds(Timer, Self)

Source: base/castletimeutils_timer.inc (line 31).

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.

Source: base/castletimeutils_timer.inc (line 35).


Generated by PasDoc 0.17.0.snapshot.