From 4d5a637dbcfa3e10cf6913d5df528d4f7cdcd5ae Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 24 Oct 2010 23:56:48 -0400 Subject: Updated LuaDoc; core/._G.luadoc --- core/._G.luadoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/._G.luadoc b/core/._G.luadoc index 2c7348b6..dfac3e30 100644 --- a/core/._G.luadoc +++ b/core/._G.luadoc @@ -57,7 +57,8 @@ function new_buffer() end -- false return value stops repetition. -- @param interval The interval in seconds to call the function after. -- @param f The function to call. -function timeout(interval, f) end +-- @param ... Additional arguments to pass to f. +function timeout(interval, f, ...) end --- -- Resets the Lua state by reloading all init scripts. -- cgit v1.2.3