systimer
systimer
This module is just the timer library, but it doesn't use CurTime.
Supports: Linux32
| Linux64
| Windows32
| Windows64
Timer repetitions are limited to an unsigned int.
Methods
Adjusts the timer with the given name with the new values.
Returns
Returns
true
if the timer was successfully adjusted.systimer.Check()
Does nothing
We advise against using this. It may be changed or removed in a future update.
Creates a timer with the given name.
Returns the number of reps left for the given timer.
Returns
Returns
0
if the timer wasn't found or the reps are below 0
.Returns
true
if the given timer was successfully started again.Returns the time left until the given timer is executed again.
Returns
0
if the timer wasn't found.Toggles the given timer.
Returns true if the timer was activated/started again.