mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* Change SendBulkUpdateInventory from two methods to one which accepts an InventoryNode
This commit is contained in:
@@ -636,13 +636,9 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
{
|
||||
}
|
||||
|
||||
/// <see>IClientAPI.SendBulkUpdateInventory(InventoryItemBase)</see>
|
||||
public virtual void SendBulkUpdateInventory(InventoryItemBase item)
|
||||
public virtual void SendBulkUpdateInventory(InventoryNodeBase node)
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void SendBulkUpdateInventory(InventoryFolderBase folderBase)
|
||||
{}
|
||||
|
||||
public void SendTakeControls(int controls, bool passToAgent, bool TakeControls)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user