From 029130bf9c76139fa836117987b60e801ac7ec7c Mon Sep 17 00:00:00 2001 From: Brad Kittenbrink Date: Wed, 23 May 2007 21:17:34 +0000 Subject: svn merge svn+ssh://svn.lindenlab.com/svn/linden/release@62339 svn+ssh://svn.lindenlab.com/svn/linden/branches/release-candidate62341 -> release --- indra/lscript/lscript_library/lscript_library.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/lscript/lscript_library') diff --git a/indra/lscript/lscript_library/lscript_library.cpp b/indra/lscript/lscript_library/lscript_library.cpp index fda6d0e3f3..46717594de 100644 --- a/indra/lscript/lscript_library/lscript_library.cpp +++ b/indra/lscript/lscript_library/lscript_library.cpp @@ -404,6 +404,7 @@ void LLScriptLibrary::init() 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.")); + 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.)")); // energy, sleep, dummy_func, name, return type, parameters, help text, gods-only -- cgit v1.2.3