DirPicksReply

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	DirPicksReply Low Trusted Zerocoded
	{
		AgentData		Single
		{	AgentID		LLUUID		}
	}
	{
		QueryData		Single
		{	QueryID		LLUUID		}
	}
	{
		QueryReplies	Variable
		{	PickID		LLUUID		}
		{	Name		Variable 1	}
		{	Enabled		BOOL		}
	}
}

Usage and Notes