MoveTaskInventory

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	MoveTaskInventory	Low	NotTrusted Unencoded
	{
		AgentData	Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID  }
		{	FolderID	LLUUID	}
	}
	{
		InventoryData	Single
		{	LocalID		U32		}
		{	ItemID		LLUUID	}
	}
}

Usage and Notes