From 0ea708c1339f1da2b9d189b2920d520e008a6491 Mon Sep 17 00:00:00 2001 From: alondria Date: Sat, 2 Feb 2008 18:52:07 +0000 Subject: Added llParseString2List (and a few extra methods to LSL_Types.list). --- OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs') 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 //wiki: llEjectFromLand(key pest) void llEjectFromLand(string pest); - void llParseString2List(); + LSL_Types.list llParseString2List(string str, LSL_Types.list separators, LSL_Types.list spacers); //wiki: integer llOverMyLand(key id) int llOverMyLand(string id); //wiki: key llGetLandOwnerAt(vector pos) -- cgit v1.1