diff options
author | Jacek Antonelli | 2008-08-15 23:45:08 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:08 -0500 |
commit | d3536025fdb47955c02c897d8274b81d6f8eadbb (patch) | |
tree | 36d53aa6bccfad3a267d994d5d99cafb16aed498 /linden/indra/lscript/lscript_library | |
parent | Second Life viewer sources 1.18.3.2-RC (diff) | |
download | meta-impy-d3536025fdb47955c02c897d8274b81d6f8eadbb.zip meta-impy-d3536025fdb47955c02c897d8274b81d6f8eadbb.tar.gz meta-impy-d3536025fdb47955c02c897d8274b81d6f8eadbb.tar.bz2 meta-impy-d3536025fdb47955c02c897d8274b81d6f8eadbb.tar.xz |
Second Life viewer sources 1.18.3.3-RC
Diffstat (limited to 'linden/indra/lscript/lscript_library')
-rw-r--r-- | linden/indra/lscript/lscript_library/lscript_library.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/lscript/lscript_library/lscript_library.cpp b/linden/indra/lscript/lscript_library/lscript_library.cpp index 86fdd18..3f939c4 100644 --- a/linden/indra/lscript/lscript_library/lscript_library.cpp +++ b/linden/indra/lscript/lscript_library/lscript_library.cpp | |||
@@ -426,7 +426,7 @@ void LLScriptLibrary::init() | |||
426 | addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "llStringTrim", "s", "si", "string llStringTrim(string src, integer trim_type)\nTrim leading and/or trailing spaces from a string.\nUses trim_type of STRING_TRIM, STRING_TRIM_HEAD or STRING_TRIM_TAIL.")); | 426 | addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "llStringTrim", "s", "si", "string llStringTrim(string src, integer trim_type)\nTrim leading and/or trailing spaces from a string.\nUses trim_type of STRING_TRIM, STRING_TRIM_HEAD or STRING_TRIM_TAIL.")); |
427 | addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "llRegionSay", NULL, "is", "llRegionSay(integer channel, string msg)\nbroadcasts msg to entire region on channel (not 0.)")); | 427 | addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "llRegionSay", NULL, "is", "llRegionSay(integer channel, string msg)\nbroadcasts msg to entire region on channel (not 0.)")); |
428 | 428 | ||
429 | addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "llGetObjectDetails", "l", "kl", "list llGetObjectDetails(key id, list params)\nGets the object details specified in params for the object with key id.\nDetails are OBJECT_DETAILS_NAME, _DESCRIPTION, _POS, _ROT, _VELOCITY, _OWNER, _GROUP, _CREATOR.")); | 429 | addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "llGetObjectDetails", "l", "kl", "list llGetObjectDetails(key id, list params)\nGets the object details specified in params for the object with key id.\nDetails are OBJECT_NAME, _DESC, _POS, _ROT, _VELOCITY, _OWNER, _GROUP, _CREATOR.")); |
430 | 430 | ||
431 | // energy, sleep, dummy_func, name, return type, parameters, help text, gods-only | 431 | // energy, sleep, dummy_func, name, return type, parameters, help text, gods-only |
432 | 432 | ||