Difference between revisions of "GroupRoleChanges"

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

Revision as of 16:08, 21 November 2006

Message Layout

{
	GroupRoleChanges	Low	NotTrusted	Unencoded
	{
		AgentData	Single
		{	AgentID	LLUUID	}
		{	SessionID	LLUUID	}
		{	GroupID		LLUUID	}
	}
	{
		RoleChange	Variable
		{	RoleID		LLUUID	}
		{	MemberID	LLUUID	}
		{	Change		U32		}
	}
}

Usage and Notes