Update OSSL_Stub.cs

This commit is contained in:
Adil El Farissi
2024-02-21 04:26:06 +00:00
parent e835a46ec8
commit ea7417dff6

View File

@@ -1491,6 +1491,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
return m_OSSL_Functions.osGetLinkInventoryName(linkNumber, itemId);
}
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public LSL_List osGetInventoryNames(LSL_Integer type)
{
return m_OSSL_Functions.osGetInventoryNames(type);
}
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public LSL_List osGetLinkInventoryNames(LSL_Integer linkNumber, LSL_Integer type)
{