ChangeUserRights

From Second Life Wiki
Revision as of 17:02, 5 June 2008 by Day Oh (talk | contribs) (New page: {{ProtocolNav}} ==Message Layout== <pre width=80> { ChangeUserRights Low 321 Trusted Unencoded { AgentData Single { AgentID LLUUID } } { Rights Variable { AgentRelated LLU...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Message Layout

{
	ChangeUserRights Low 321 Trusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
	}
	{
		Rights			Variable
		{	AgentRelated		LLUUID		}
		{	RelatedRights		S32		}
	}
}

Usage and Notes

This message is sent from the simulator to the viewer to indicate a target's granted rights. This is only sent to the originator of the request and the target agent if it is a modify or map right. Adding/removing online status rights will show up as an online/offline notification.