From db2481e62a9a6f232a7b656d639566c4c8866ace Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Wed, 13 Aug 2008 10:29:27 +0000 Subject: From: Omar Vera Ustariz This patch implements a subset of the llParcelMediaCommandList() function. --- 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 3acbf97..9e3742c 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs @@ -586,7 +586,7 @@ namespace OpenSim.Region.ScriptEngine.Common void llLoadURL(string avatar_id, string message, string url); //wiki: llParcelMediaCommandList(list commandList) void llParcelMediaCommandList(LSL_Types.list commandList); - void llParcelMediaQuery(); + LSL_Types.list llParcelMediaQuery(LSL_Types.list aList); //wiki integer llModPow(integer a, integer b, integer c) LSL_Types.LSLInteger llModPow(int a, int b, int c); //wiki: integer llGetInventoryType(string name) -- cgit v1.1