Perform an action on a certain time interval.
| <vizact>.ontimer( | |
| rate | |
| func | |
| *args |
)
rate
The rate at which to call the function (in seconds)
func
The function to call when the timer expires
*args
Arguments to pass to func.
This will call the specified function with the specified arguments on the specified interval. The timer will repeat indefinitely.
The timer event.