Mute List: Difference between revisions
Jump to navigation
Jump to search
Able Whitman (talk | contribs) New page: {{OSWikiLearnBox}} 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... |
Able Whitman (talk | contribs) mNo edit summary |
||
| Line 9: | Line 9: | ||
MuteType<space>MuteLLUUID<space>MuteName<pipe> | 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 == | == Mute Types == | ||
Revision as of 10:44, 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 |
See also: Muting Objects and Agents