mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
add llListFindStrided; llListFindList change to be more as spec
This commit is contained in:
@@ -1262,6 +1262,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_LSL_Functions.llListFindList(src, test);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public LSL_Integer llListFindStrided(LSL_List src, LSL_List test, LSL_Integer lstart, LSL_Integer lend, LSL_Integer lstride)
|
||||
{
|
||||
return m_LSL_Functions.llListFindStrided(src, test, lstart, lend, lstride);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public LSL_List llListInsertList(LSL_List dest, LSL_List src, int start)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user