diff options
author | Kent Quirk <q@lindenlab.com> | 2008-10-07 21:53:42 +0000 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2008-10-07 21:53:42 +0000 |
commit | 9d7c56bf16f6c093c7b8d486f943e8d6df4d6a24 (patch) | |
tree | 8926d4f0bfaa9ed672f4cf90577afcf8e7f44a97 /indra/lscript | |
parent | 095aca3eaea4cbc2237d2b3ad3d63fdad54eb2b7 (diff) |
QAR-829: svn merge -r98245:HEAD svn+ssh://svn.lindenlab.com/svn/linden/branches/dev_10747_5 -> release
Diffstat (limited to 'indra/lscript')
-rw-r--r-- | indra/lscript/lscript_library/lscript_library.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/lscript/lscript_library/lscript_library.cpp b/indra/lscript/lscript_library/lscript_library.cpp index 54d0154798..7afd3a6cab 100644 --- a/indra/lscript/lscript_library/lscript_library.cpp +++ b/indra/lscript/lscript_library/lscript_library.cpp @@ -448,6 +448,7 @@ void LLScriptLibrary::init() addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "llDetectedTouchBinormal", "v", "i", "vector llDetectedTouchBinormal(integer number)\nreturns the surface binormal for a triggered touch event")); addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "llDetectedTouchST", "v", "i", "vector llDetectedTouchST(integer number)\nreturns the s and t coordinates in the first two components of a vector, for a triggered touch event")); + addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "llSHA1String", "s", "s", "string llSHA1String(string sr)\nPerforms a SHA1 security Hash. Returns a 40 character hex string.")); // energy, sleep, dummy_func, name, return type, parameters, help text, gods-only |