timers: fix documentation
This commit is contained in:
parent
27657e4ef3
commit
75c94df180
@ -33,7 +33,7 @@ do
|
|||||||
--it can be overwritten.
|
--it can be overwritten.
|
||||||
---@param ticks integer Number of ticks to wait
|
---@param ticks integer Number of ticks to wait
|
||||||
---@param next function Callback to run
|
---@param next function Callback to run
|
||||||
---@param name function Name of callback
|
---@param name string Name of callback
|
||||||
function namedWait(ticks, next, name)
|
function namedWait(ticks, next, name)
|
||||||
-- main difference, this will overwrite an existing timer with
|
-- main difference, this will overwrite an existing timer with
|
||||||
-- the same name
|
-- the same name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user