Difference between revisions of "GroupMembersReply"

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

Latest revision as of 15:49, 11 July 2009

Message Layout

{
	GroupMembersReply Low Trusted Zerocoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
	}
	{
		GroupData		Single
		{	GroupID		LLUUID	}
		{   RequestID	LLUUID	}
		{	MemberCount	S32		}
	}
	{
		MemberData		Variable
		{	AgentID		LLUUID	}
		{	Contribution	S32	}
		{	OnlineStatus	Variable	1	}	
		{	AgentPowers		U64	}
		{	Title			Variable	1	}	
		{	IsOwner			BOOL	}
	}
}

Usage and Notes