DirPlacesReply

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	DirPlacesReply Low Trusted Zerocoded
	{
		AgentData		Single
		{	AgentID		LLUUID		}
	}
	{
		QueryData		Variable
		{	QueryID		LLUUID		}
	}
	{
		QueryReplies            Variable
		{	ParcelID		LLUUID		}
		{	Name			Variable 1	}
		{	ForSale			BOOL		}
		{	Auction			BOOL		}
		{	ReservedNewbie	BOOL		}
		{	Dwell			F32			}
	}
}

Usage and Notes