timer.Adjust
From Garry's Mod
Contents |
Description
Adjusts the timer if the timer with the given identifier exists.
Arguments
any identifier
Identifier of the timer to adjust.
Arguments
number delay
The delay interval in seconds.
Arguments
number repetitions
Repetitions. Use 0 for infinite.
Arguments
function func
The new function.
Returns
true if succeeded