mirror of
https://github.com/opensim/opensim.git
synced 2026-07-30 05:13:54 +08:00
missing file
This commit is contained in:
@@ -1461,16 +1461,15 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public LSL_Key osGetLinkInventoryKey(LSL_Integer linkNumber, LSL_String name)
|
||||
public LSL_Key osGetLinkInventoryItemKey(LSL_Integer linkNumber, LSL_String name)
|
||||
{
|
||||
return m_OSSL_Functions.osGetLinkInventoryKey(linkNumber, name);
|
||||
|
||||
return m_OSSL_Functions.osGetLinkInventoryItemKey(linkNumber, name);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public LSL_List osGetInventoryKeys(LSL_Integer type)
|
||||
public LSL_List osGetInventoryItemKeys(LSL_Integer type)
|
||||
{
|
||||
return m_OSSL_Functions.osGetInventoryKeys(type);
|
||||
return m_OSSL_Functions.osGetInventoryItemKeys(type);
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
|
||||
Reference in New Issue
Block a user