diff options
author | alondria | 2008-02-06 02:04:00 +0000 |
---|---|---|
committer | alondria | 2008-02-06 02:04:00 +0000 |
commit | 31576c8a26625c3a5cfe51af690b78f4d54902eb (patch) | |
tree | 52f0cd6aa58fd1afe38601e62b4bbeae843bf28d /OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs | |
parent | Converted logging to use log4net. (diff) | |
download | opensim-SC_OLD-31576c8a26625c3a5cfe51af690b78f4d54902eb.zip opensim-SC_OLD-31576c8a26625c3a5cfe51af690b78f4d54902eb.tar.gz opensim-SC_OLD-31576c8a26625c3a5cfe51af690b78f4d54902eb.tar.bz2 opensim-SC_OLD-31576c8a26625c3a5cfe51af690b78f4d54902eb.tar.xz |
Somehow llList2Float never made it into LSL_BaseClass and LSL_BuiltIn_Commands_Interface - it is now (and foxes Mantis 395)
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs index 3a38497..905ba7f 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs | |||
@@ -1864,6 +1864,10 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
1864 | m_LSL_Functions.osRegionNotice(msg); | 1864 | m_LSL_Functions.osRegionNotice(msg); |
1865 | } | 1865 | } |
1866 | 1866 | ||
1867 | public double llList2Float(LSL_Types.list src, int index) | ||
1868 | { | ||
1869 | return m_LSL_Functions.llList2Float(src, index); | ||
1870 | } | ||
1867 | 1871 | ||
1868 | 1872 | ||
1869 | // LSL CONSTANTS | 1873 | // LSL CONSTANTS |