aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-08-14 06:35:12 +1000
committerDavid Walter Seikel2014-08-14 06:35:12 +1000
commit7be01b8aba2e70de32a910f8ccce0553bed370fb (patch)
tree07f4d50646937c069ef68e401c793d5e83388e97
parentAdd most of the rest of the LSL and OS constants and function stubs. (diff)
downloadSledjHamr-7be01b8aba2e70de32a910f8ccce0553bed370fb.zip
SledjHamr-7be01b8aba2e70de32a910f8ccce0553bed370fb.tar.gz
SledjHamr-7be01b8aba2e70de32a910f8ccce0553bed370fb.tar.bz2
SledjHamr-7be01b8aba2e70de32a910f8ccce0553bed370fb.tar.xz
Don't have LSL argument names the same as type LSL names.
-rw-r--r--lib/LSL.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LSL.lua b/lib/LSL.lua
index 94d2417..0f5e9ec 100644
--- a/lib/LSL.lua
+++ b/lib/LSL.lua
@@ -1384,7 +1384,7 @@ newFunc("integer", "osListenRegex", "integer channelID", "string name", "string
1384newFunc("", "osMessageObject", "key objectUUID", "string message") 1384newFunc("", "osMessageObject", "key objectUUID", "string message")
1385 1385
1386-- OS grid functions 1386-- OS grid functions
1387newFunc("string", "osGetGridCustom", "string key") 1387newFunc("string", "osGetGridCustom", "string k")
1388newFunc("string", "osGetGridGatekeeperURI") 1388newFunc("string", "osGetGridGatekeeperURI")
1389newFunc("string", "osGetGridHomeURI") 1389newFunc("string", "osGetGridHomeURI")
1390newFunc("string", "osGetGridLoginURI") 1390newFunc("string", "osGetGridLoginURI")