LeaveGroupReply

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

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

Usage and Notes