OpenMetaverse Protocol Library Developers API Documentation
UpdateTaskInventory Method (objectLocalID, item)
NamespacesOpenMetaverse InventoryManagerUpdateTaskInventory(UInt32, InventoryItem)
Copy or move an InventoryItemfrom agent inventory to a task (primitive) inventory
Declaration Syntax
C#
public
UUID
UpdateTaskInventory(

uint
objectLocalID,

InventoryItem
item
)
Parameters
objectLocalID ( UInt32)
The target object
item ( InventoryItem)
The item to copy or move from inventory
Return Value
Remarks
For items with copy permissions a copy of the item is placed in the tasks inventory, for no-copy items the object is moved to the tasks inventory

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)