diff options
author | David Walter Seikel | 2014-08-14 06:35:12 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-08-14 06:35:12 +1000 |
commit | 7be01b8aba2e70de32a910f8ccce0553bed370fb (patch) | |
tree | 07f4d50646937c069ef68e401c793d5e83388e97 /lib | |
parent | Add most of the rest of the LSL and OS constants and function stubs. (diff) | |
download | SledjHamr-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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/LSL.lua | 2 |
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 | |||
1384 | newFunc("", "osMessageObject", "key objectUUID", "string message") | 1384 | newFunc("", "osMessageObject", "key objectUUID", "string message") |
1385 | 1385 | ||
1386 | -- OS grid functions | 1386 | -- OS grid functions |
1387 | newFunc("string", "osGetGridCustom", "string key") | 1387 | newFunc("string", "osGetGridCustom", "string k") |
1388 | newFunc("string", "osGetGridGatekeeperURI") | 1388 | newFunc("string", "osGetGridGatekeeperURI") |
1389 | newFunc("string", "osGetGridHomeURI") | 1389 | newFunc("string", "osGetGridHomeURI") |
1390 | newFunc("string", "osGetGridLoginURI") | 1390 | newFunc("string", "osGetGridLoginURI") |