Метод | Описание | |
---|---|---|
AvatarManager ( |
Represents other avatars
|
|
RequestAvatarName ( UUID id ) : void |
Request a single avatar name
|
|
RequestAvatarNameSearch ( string name, UUID queryID ) : void |
Search for an avatar (first name, last name, and uuid)
|
|
RequestAvatarNames ( List |
Request a list of avatar names
|
|
RequestAvatarPicks ( UUID avatarid ) : void |
Start a request for Avatar Picks
|
|
RequestAvatarProperties ( UUID avatarid ) : void |
Start a request for Avatar Properties
|
|
RequestPickInfo ( UUID avatarid, UUID pickid ) : void |
Start a request for details of a specific profile pick
|
|
TrackAvatar ( UUID preyID ) : void |
Tracks the specified avatar on your map
|
Метод | Описание | |
---|---|---|
AvatarAnimationHandler ( |
Process incoming avatar animations
|
|
AvatarAppearanceHandler ( |
Process incoming avatar appearance
|
|
AvatarGroupsHandler ( |
||
AvatarInterestsHandler ( |
Process incoming Avatar Interests information
|
|
AvatarNameHandler ( |
Process an incoming UUIDNameReply Packet and insert Full Names into the Avatars Dictionary
|
|
AvatarPickerReplyHandler ( |
||
AvatarPicksHandler ( |
Process an incoming list of profile picks
|
|
AvatarPropertiesHandler ( |
Process incoming avatar properties (profile data)
|
|
PickInfoHandler ( |
Process an incoming details of a profile pick
|
|
ViewerEffectHandler ( |
Process an incoming effect
|
public AvatarManager ( |
||
client | ||
Результат | System |
public RequestAvatarName ( UUID id ) : void | ||
id | UUID | The avatar key to retrieve a name for |
Результат | void |
public RequestAvatarNameSearch ( string name, UUID queryID ) : void | ||
name | string | The name to search for |
queryID | UUID | An ID to associate with this query |
Результат | void |
public RequestAvatarNames ( List |
||
ids | List |
The avatar keys to retrieve names for |
Результат | void |
public RequestAvatarPicks ( UUID avatarid ) : void | ||
avatarid | UUID | UUID of the avatar |
Результат | void |
public RequestAvatarProperties ( UUID avatarid ) : void | ||
avatarid | UUID | |
Результат | void |
public RequestPickInfo ( UUID avatarid, UUID pickid ) : void | ||
avatarid | UUID | UUID of the avatar |
pickid | UUID | UUID of the profile pick |
Результат | void |
public TrackAvatar ( UUID preyID ) : void | ||
preyID | UUID | Avatar ID to track |
Результат | void |