aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LSL.lua
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/src/LSL.lua')
-rw-r--r--LuaSL/src/LSL.lua2
1 files changed, 1 insertions, 1 deletions
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")
438newFunc("float", "llGetTime") 438newFunc("float", "llGetTime")
439newFunc("", "llResetTime") 439newFunc("", "llResetTime")
440newFunc("", "llSetTimerEvent", "float seconds") 440newFunc("", "llSetTimerEvent", "float seconds")
441newFunc("", "llSleep", "float seconds") 441newFunc("float", "llSleep", "float seconds") -- Faked return type, it actually does not return anything. This forces it to wait. Actually fully implements llSleep(). B-)
442 442
443 443
444-- TODO - fake this for now. 444-- TODO - fake this for now.