From 3c86a96e75fb6ab5f7d777996703968e5659db7b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 23 Feb 2012 02:39:50 +1000 Subject: Implement llSleep(), and wait a bit longer for the test, now that it's sleeping properly. --- LuaSL/src/LSL.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/src/LSL.lua') diff --git a/LuaSL/src/LSL.lua b/LuaSL/src/LSL.lua index 216f0a7..de7f956 100644 --- a/LuaSL/src/LSL.lua +++ b/LuaSL/src/LSL.lua @@ -438,7 +438,7 @@ newFunc("", "llSetColor", "vector colour", "integer side") newFunc("float", "llGetTime") newFunc("", "llResetTime") newFunc("", "llSetTimerEvent", "float seconds") -newFunc("", "llSleep", "float seconds") +newFunc("float", "llSleep", "float seconds") -- Faked return type, it actually does not return anything. This forces it to wait. Actually fully implements llSleep(). B-) -- TODO - fake this for now. -- cgit v1.1