Difference between revisions of "UpdateMuteListEntry"
Jump to navigation
Jump to search
Cube Linden (talk | contribs) m |
Able Whitman (talk | contribs) |
||
Line 1: | Line 1: | ||
{{ProtocolNav}} | {{ProtocolNav}} | ||
==Message Layout== | ==Message Layout== | ||
Line 21: | Line 20: | ||
</pre> | </pre> | ||
==Usage and Notes== | ==Usage and Notes== | ||
{{MuteTypes}} | |||
[[Category:Messages]] | [[Category:Messages]] |
Latest revision as of 11:23, 13 June 2007
Message Layout
{ UpdateMuteListEntry Low NotTrusted Unencoded { AgentData Single { AgentID LLUUID } { SessionID LLUUID } } { MuteData Single { MuteID LLUUID } { MuteName Variable 1 } { MuteType S32 } { MuteFlags U32 } } }
Usage and Notes
MuteType | Title | Description | MuteLLUUID | MuteName |
---|---|---|---|---|
0 | BY_NAME |
An agent or object muted by name, rather than by ID |
always a null LLUUID | the exact name of the muted object to match |
1 | AGENT | A muted agent | LLUUID of the muted agent | FirstName LastName |
2 | OBJECT | A muted object | LLUUID of the muted object | Object Name |
3 | GROUP | A muted group (unused) | LLUUID of the muted group | Group Name |