mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Somehow llList2Float never made it into LSL_BaseClass and LSL_BuiltIn_Commands_Interface - it is now (and foxes Mantis 395)
This commit is contained in:
@@ -1864,6 +1864,10 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
m_LSL_Functions.osRegionNotice(msg);
|
||||
}
|
||||
|
||||
public double llList2Float(LSL_Types.list src, int index)
|
||||
{
|
||||
return m_LSL_Functions.llList2Float(src, index);
|
||||
}
|
||||
|
||||
|
||||
// LSL CONSTANTS
|
||||
|
||||
Reference in New Issue
Block a user