Difference between revisions of "ChangeInventoryItemFlags"

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

Latest revision as of 15:59, 21 November 2006

Message Layout

{
	ChangeInventoryItemFlags Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		InventoryData	Variable
		{	ItemID		LLUUID	}
		{	Flags		U32	}
	}
}

Usage and Notes