On TimerTick

Yeah, it seems to be missing in the docs.

This is the most basic use of the callback I’ve found in the forum. You just need to start the timer with SetTimersRunning(true)

After that, the callback will be called every 50ms or so (can’t recall the exact timing)

2 Likes