mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
search a prim inventory matching both name and asset type, on some LSL and OSSL functions
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user