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

This commit is contained in:
UbitUmarov
2022-10-24 01:37:01 +01:00
parent 0289011442
commit ff0422cbd7
3 changed files with 26 additions and 9 deletions

View File

@@ -217,6 +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.