DirPlacesReply

From Second Life Wiki
Revision as of 15:41, 11 July 2009 by Johan Neddings (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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