Difference between revisions of "JoinGroupReply"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(No difference)

Latest revision as of 16:09, 21 November 2006

Message Layout

{
	JoinGroupReply Low Trusted Unencoded
	{
		AgentData	Single
		{	AgentID		LLUUID	}
	}
	{
		GroupData	Single
		{	GroupID		LLUUID	}
		{	Success		BOOL	}
	}
}

Usage and Notes