DirLandReply

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	DirLandReply Low Trusted Zerocoded
	{
		AgentData			Single
		{	AgentID			LLUUID	}
	}
	{
		QueryData			Single
		{	QueryID			LLUUID		}
	}
	{
		QueryReplies		Variable
		{	ParcelID		LLUUID		}
		{	Name			Variable 1	}
		{	Auction			BOOL		}
		{	ForSale			BOOL		}
		{	ReservedNewbie	BOOL		}
		{	SalePrice		S32			}
		{	ActualArea		S32			}
	}
}

Usage and Notes