Runes of Magic Wiki
Advertisement

Sets the delay time of a timer to a new value.

Parameters[ | ]

Arguments[ | ]

id
number - The id of the timer.
seconds
number - The wait time until the function is called.

Returns[ | ]

nil
void - A method call without return value.

Example[ | ]

local id = kwTimer.Wait(20,doSomething)

kwTimer.SetTime(id,10)
Advertisement