Mute List: Difference between revisions
Jump to navigation
Jump to search
Able Whitman (talk | contribs) mNo edit summary |
Able Whitman (talk | contribs) mNo edit summary |
||
| Line 17: | Line 17: | ||
{{MuteTypes}} | {{MuteTypes}} | ||
See also | == See also == | ||
* [[Muting Objects and Agents]] | |||
Latest revision as of 10:49, 13 June 2007
The Mute List file is provided to the viewer by the Second Life service, and contains a list of all the agents and objects muted by the resident logged in to the viewer session.
Mute List Format
The mute list is a text file with the following format:
MuteType<space>MuteLLUUID<space>MuteName<pipe>
- MuteLLUUID is the LLUUID of the object or agent that is muted, and has a maximum length of 254 characters (although practically an LLUUID string is never longer than 36 characters).
- MuteName is the name of the object or agent that is muted, and has a maximum length of 254 characters.
- MuteType is one of the valid mute types.
Mute Types
| 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 |