aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/lscript/lscript_library
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-03-31 22:56:58 +1000
committerDavid Walter Seikel2012-03-31 22:56:58 +1000
commit7a1e2893bca561419323d496f9737861f9381ab8 (patch)
treec727086cbee90c50c8c340184bd39bb85c8c5fed /linden/indra/lscript/lscript_library
parentJust some whitespace cleanup, coz my editor insists, coz I told it to insist. (diff)
downloadmeta-impy-7a1e2893bca561419323d496f9737861f9381ab8.zip
meta-impy-7a1e2893bca561419323d496f9737861f9381ab8.tar.gz
meta-impy-7a1e2893bca561419323d496f9737861f9381ab8.tar.bz2
meta-impy-7a1e2893bca561419323d496f9737861f9381ab8.tar.xz
Comment answering a question in a previous comment.
Diffstat (limited to 'linden/indra/lscript/lscript_library')
-rw-r--r--linden/indra/lscript/lscript_library/lscript_library.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/lscript/lscript_library/lscript_library.cpp b/linden/indra/lscript/lscript_library/lscript_library.cpp
index e6ea37d..9752c22 100644
--- a/linden/indra/lscript/lscript_library/lscript_library.cpp
+++ b/linden/indra/lscript/lscript_library/lscript_library.cpp
@@ -579,6 +579,7 @@ void LLScriptLibrary::init()
579 addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "cmGetWindlightScene", "l", "l", "list cmGetWindlightScene(list rules)\nGet the current WindLight settings.")); 579 addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "cmGetWindlightScene", "l", "l", "list cmGetWindlightScene(list rules)\nGet the current WindLight settings."));
580 // LightShare functions - alternate versions 580 // LightShare functions - alternate versions
581 // don't ask me why they renamed 'em, but we need to include both versions -- MC 581 // don't ask me why they renamed 'em, but we need to include both versions -- MC
582 // cm refers to a proprietary fork of OpenSim used by Meta 7 and Avination, they where renamed to ls when LightShare was released to the wild.
582 addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "lsSetWindlightScene", "i", "l", "integer lsSetWindlightScene(list rules)\nSet the current WindLight scene. Restricted to estate managers and owners only.")); 583 addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "lsSetWindlightScene", "i", "l", "integer lsSetWindlightScene(list rules)\nSet the current WindLight scene. Restricted to estate managers and owners only."));
583 addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "lsSetWindlightSceneTargeted", "i", "lk", "integer lsSetWindlightSceneTargeted(list rules, key target)\nSet the current WindLight scene directed to a specific avatar. Restricted to estate managers and owners only.")); 584 addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "lsSetWindlightSceneTargeted", "i", "lk", "integer lsSetWindlightSceneTargeted(list rules, key target)\nSet the current WindLight scene directed to a specific avatar. Restricted to estate managers and owners only."));
584 addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "lsGetWindlightScene", "l", "l", "list lsGetWindlightScene(list rules)\nGet the current WindLight settings.")); 585 addFunction(new LLScriptLibraryFunction(10.f, 0.f, dummy_func, "lsGetWindlightScene", "l", "l", "list lsGetWindlightScene(list rules)\nGet the current WindLight settings."));