TransferInventory

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	TransferInventory Low Trusted Zerocoded
	{
		InfoBlock			Single
		{	SourceID		LLUUID	}
		{	DestID			LLUUID	}
		{	TransactionID	LLUUID	}
	}
	{
		InventoryBlock		Variable
		{	InventoryID		LLUUID	}
		{	Type			S8	}
	}
}

Usage and Notes