CreateGroupReply: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
mNo edit summary
 
(No difference)

Latest revision as of 16:08, 21 November 2006

Message Layout

{
	CreateGroupReply Low Trusted Unencoded
	{
		AgentData		Single
		{	AgentID			LLUUID	}
	}
	{
		ReplyData		Single
		{	GroupID			LLUUID	}
		{	Success			BOOL	}
		{	Message			Variable	1	}	
	}
}

Usage and Notes