Difference between revisions of "GroupRoleMembersReply"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 21: Line 20:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
[[Category:Messages]]
[[Category:Messages]]
[[Category:Group Messages]]

Latest revision as of 15:54, 11 July 2009

Message Layout

{
	GroupRoleMembersReply Low	Trusted	Unencoded
	{
		AgentData	Single
		{	AgentID		LLUUID	}
		{	GroupID		LLUUID	}
		{	RequestID	LLUUID	}
		{	TotalPairs	U32		}
	}
	{
		MemberData		Variable
		{	RoleID		LLUUID	}
		{	MemberID	LLUUID	}
	}
}

Usage and Notes