aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
diff options
context:
space:
mode:
authoralondria2008-02-02 18:52:07 +0000
committeralondria2008-02-02 18:52:07 +0000
commit0ea708c1339f1da2b9d189b2920d520e008a6491 (patch)
treef48256054f567e63b1277be437a8d6bd5e6bf049 /OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
parentTurn on fastMode for map block queries to grid server if and only if grid is ... (diff)
downloadopensim-SC_OLD-0ea708c1339f1da2b9d189b2920d520e008a6491.zip
opensim-SC_OLD-0ea708c1339f1da2b9d189b2920d520e008a6491.tar.gz
opensim-SC_OLD-0ea708c1339f1da2b9d189b2920d520e008a6491.tar.bz2
opensim-SC_OLD-0ea708c1339f1da2b9d189b2920d520e008a6491.tar.xz
Added llParseString2List (and a few extra methods to LSL_Types.list).
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
index dbeeaf5..f6ccca3 100644
--- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
+++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs
@@ -409,7 +409,7 @@ namespace OpenSim.Region.ScriptEngine.Common
409 409
410 //wiki: llEjectFromLand(key pest) 410 //wiki: llEjectFromLand(key pest)
411 void llEjectFromLand(string pest); 411 void llEjectFromLand(string pest);
412 void llParseString2List(); 412 LSL_Types.list llParseString2List(string str, LSL_Types.list separators, LSL_Types.list spacers);
413 //wiki: integer llOverMyLand(key id) 413 //wiki: integer llOverMyLand(key id)
414 int llOverMyLand(string id); 414 int llOverMyLand(string id);
415 //wiki: key llGetLandOwnerAt(vector pos) 415 //wiki: key llGetLandOwnerAt(vector pos)