Difference between revisions of "CopyInventoryFromNotecard"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(No difference)

Latest revision as of 15:58, 21 November 2006

Message Layout

{
	CopyInventoryFromNotecard Low NotTrusted Zerocoded
	{
		AgentData			Single
		{	AgentID			LLUUID	}
		{	SessionID		LLUUID	}
	}
	{
		NotecardData		Single
		{	NotecardItemID	LLUUID	}
		{	ObjectID		LLUUID	}
	}
	{
		InventoryData		Variable
		{	ItemID			LLUUID	}
		{	FolderID		LLUUID	}
	}
}

Usage and Notes