mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Update OSSL_Stub.cs
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user