Difference between revisions of "LeaveGroupRequest"

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

Revision as of 16:09, 21 November 2006

Message Layout

{
	LeaveGroupRequest Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		GroupData		Single
		{	GroupID		LLUUID	}
	}
}

Usage and Notes