GroupTitlesReply

From Second Life Wiki
Revision as of 15:57, 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

{
	GroupTitlesReply Low Trusted	Zerocoded
	{
		AgentData	Single
		{	AgentID		LLUUID	}
		{	GroupID		LLUUID	}
		{	RequestID	LLUUID	}
	}
	{
		GroupData	Variable
		{	Title		Variable	1	} 
		{	RoleID		LLUUID			}
		{	Selected	BOOL			}
	}
}

Usage and Notes