![]() |
• Time Manager | ||||||||||||
|
API Links
Developer Links
|
class TimerDefined in:
A deferred task which signals the expiration of a specific amount of time.
C4Time.hDefinition
Member Functions
Constructor
Parameters
Description
The Timer class encapsulates a deferred task which is triggered after the time specified by the time parameter. Once a timer is registered using the TimeMgr::AddTask function, its remaining time is reduced each frame until it reaches zero, at which point its callback procedure is invoked. The callback procedure specified by the proc parameter should have the following prototype.
Base Classes
|