From 31576c8a26625c3a5cfe51af690b78f4d54902eb Mon Sep 17 00:00:00 2001 From: alondria Date: Wed, 6 Feb 2008 02:04:00 +0000 Subject: Somehow llList2Float never made it into LSL_BaseClass and LSL_BuiltIn_Commands_Interface - it is now (and foxes Mantis 395) --- OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs | 1 + 1 file changed, 1 insertion(+) (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 f6ccca3..9ebc08d 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs @@ -354,6 +354,7 @@ namespace OpenSim.Region.ScriptEngine.Common //wiki: integer llList2Integer(list src, integer index) int llList2Integer(LSL_Types.list src, int index); //wiki: double llList2double(list src, integer index) + double llList2Float(LSL_Types.list src, int index); double osList2Double(LSL_Types.list src, int index); //wiki: string llList2String(list src, integer index) string llList2String(LSL_Types.list src, int index); -- cgit v1.1