<< Click to Display Table of Contents >> Navigation: Callbacks > Global events > TimerTick event |
Usage:
On TimerTick(milliseconds : double)
// Called periodically and provides the current time in milliseconds
// You must use call SetTimersRunning(true) to enable this timer to be called
End