mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
several changes to lludp FetchInventoryDescendents
This commit is contained in:
@@ -1207,8 +1207,8 @@ namespace OpenSim.Framework
|
||||
void FlushPrimUpdates();
|
||||
|
||||
void SendInventoryFolderDetails(UUID ownerID, UUID folderID, List<InventoryItemBase> items,
|
||||
List<InventoryFolderBase> folders, int version, bool fetchFolders,
|
||||
bool fetchItems);
|
||||
List<InventoryFolderBase> folders, int version, int descendents,
|
||||
bool fetchFolders, bool fetchItems);
|
||||
|
||||
void SendInventoryItemDetails(InventoryItemBase[] items);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user