Retrieve friend status notifications, and retrieve avatar names and
profiles
| C# | Visual Basic | Visual C++ |
public class AvatarManager
Public Class AvatarManager
public ref class AvatarManager
| All Members | Constructors | Methods | Events | ||
| Icon | Member | Description |
|---|---|---|
| AvatarManager(SecondLife) |
Represents other avatars
| |
| AvatarAnimationHandler(Packet, Simulator) | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnAvatarAppearance | ||
| OnAvatarGroups | ||
| OnAvatarInterests | ||
| OnAvatarNames | ||
| OnAvatarNameSearch | ||
| OnAvatarPicks | ||
| OnAvatarProperties | ||
| OnEffect | ||
| OnLookAt | ||
| OnPickInfo | ||
| OnPointAt | ||
| RequestAvatarName(LLUUID) |
Request a single avatar name
| |
| RequestAvatarNames(List<(Of <(LLUUID>)>)) |
Request a list of avatar names
| |
| RequestAvatarNameSearch(String, LLUUID) |
Search for an avatar (first name, last name, and uuid)
| |
| RequestAvatarPicks(LLUUID) |
Start a request for Avatar Picks
| |
| RequestAvatarProperties(LLUUID) |
Start a request for Avatar Properties
| |
| RequestPickInfo(LLUUID, LLUUID) |
Start a request for details of a specific profile pick
| |
| ToString()()() | (Inherited from Object.) | |
| TrackAvatar(LLUUID) | Tracks the specified avatar on your map |
| Object | |
| AvatarManager | |