InventoryDescendents

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	InventoryDescendents Low Trusted Zerocoded
	{
		AgentData		Single
		{	AgentID			LLUUID	}
		{	FolderID		LLUUID	}
		{	OwnerID			LLUUID	} 
		{	Version			S32		} 
		{	Descendents		S32		} 
	}
	{
		FolderData		Variable
		{	FolderID		LLUUID	}
		{	ParentID		LLUUID	}
		{	Type			S8	}
		{	Name			Variable	1	}
	}
	{
		ItemData		Variable
		{	ItemID			LLUUID	}
		{	FolderID		LLUUID	}
		{	CreatorID		LLUUID	}	
		{	OwnerID			LLUUID	}	
		{	GroupID			LLUUID	}	
		{	BaseMask		U32	}	
		{	OwnerMask		U32	}	
		{	GroupMask		U32	}	
		{	EveryoneMask	U32	}	
		{	NextOwnerMask	U32	}	
		{	GroupOwned		BOOL	}	
		{	AssetID			LLUUID	}
		{	Type			S8	}
		{	InvType			S8	}
		{	Flags			U32	}
		{	SaleType		U8	}
		{	SalePrice		S32	}
		{	Name			Variable	1	}
		{	Description		Variable	1	}
		{	CreationDate	S32	}
		{	CRC				U32	}
	}
}

Usage and Notes