From 31c4d599a077acb3c51aca5c891b70c4065997b3 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Thu, 8 May 2008 13:49:19 +0000 Subject: * Applying patch #1156 - More implementation work on llGetPrimitiveParams (Thanks middlelink!) --- OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs | 3 ++- 1 file changed, 2 insertions(+), 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 115e4e8..f970878 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs @@ -544,7 +544,8 @@ namespace OpenSim.Region.ScriptEngine.Common LSL_Types.list llGetBoundingBox(string obj); //wiki: vector llGetGeometricCenter() LSL_Types.Vector3 llGetGeometricCenter(); - void llGetPrimitiveParams(); + //wiki: list llGetPrimitiveParams(list rules) + LSL_Types.list llGetPrimitiveParams(LSL_Types.list rules); //wiki: string llIntegerToBase64(integer number) string llIntegerToBase64(int number); //wiki integer llBase64ToInteger(string str) -- cgit v1.1