search a prim inventory matching both name and asset type, on some LSL and OSSL functions

This commit is contained in:
UbitUmarov
2022-10-24 02:15:56 +01:00
parent d89a3bb17c
commit be5fc7344c
3 changed files with 25 additions and 9 deletions

View File

@@ -217,7 +217,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// The inventory item. Null if no such item was found.
/// </returns>
TaskInventoryItem GetInventoryItem(string name);
TaskInventoryItem GetInventoryItem(string name, int assetType);
/// <summary>
/// Get inventory items by name.
/// </summary>