mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Make prim inventories a bit more sane
This commit is contained in:
@@ -193,13 +193,6 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// in this prim's inventory.</returns>
|
||||
int RemoveInventoryItem(UUID itemID);
|
||||
|
||||
/// <summary>
|
||||
/// Return the name with which a client can request a xfer of this prim's inventory metadata
|
||||
/// </summary>
|
||||
string GetInventoryFileName();
|
||||
|
||||
bool GetInventoryFileName(IClientAPI client, uint localID);
|
||||
|
||||
/// <summary>
|
||||
/// Serialize all the metadata for the items in this prim's inventory ready for sending to the client
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user