ChangeInventoryItemFlags

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

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

Usage and Notes