function getTimerExecuteTimes (shared-side)
Available since version: 0.3.0
Returns how many times the timer will execute, or nil if the timer does not exist.
A value of 0 means the timer repeats indefinitely.
Declaration
int|nil getTimerExecuteTimes(int timer_id)
Parameters
inttimer_id: Timer ID returned by setTimer.
Returns int|nil
Execute count (0 = infinite), or nil if not found.