OpenMetaverse Protocol Library Developers API Documentation
MoveTaskInventory Method (objectLocalID, taskItemID, inventoryFolderID, simulator)
NamespacesOpenMetaverse InventoryManagerMoveTaskInventory(UInt32, UUID, UUID, Simulator)
Move an item from a tasks (Primitive) inventory to the specified folder in the avatars inventory
Declaration Syntax
C#
public
void
MoveTaskInventory(

uint
objectLocalID,

UUID
taskItemID,

UUID
inventoryFolderID,

Simulator
simulator
)
Parameters
objectLocalID ( UInt32)
LocalID of the object in the simulator
taskItemID ( UUID)
UUID of the task item to move
inventoryFolderID ( UUID)
The ID of the destination folder in this agents inventory
simulator ( Simulator)
Simulator Object
Remarks
Raises the OnTaskItemReceived(TaskItemReceivedEventArgs)event

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