mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
anf ofc i forgot a file
This commit is contained in:
@@ -1560,5 +1560,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
{
|
||||
return m_OSSL_Functions.osAvatarType(sFirstName, sLastName);
|
||||
}
|
||||
|
||||
public void osListSortInPlace(LSL_List src, LSL_Integer stride, LSL_Integer ascending)
|
||||
{
|
||||
m_OSSL_Functions.osListSortInPlace(src, stride, ascending);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user