AvatarSocialInfo

From Virtual World Web Wiki
Jump to: navigation, search
  • This is a JavaScript visible object

Remarks [edit]

Properties

Guid AvatarID {get;}
Avatar's unique ID
ResourceValue Image {get;}
Avatar's thumbnail image
bool IsFriend {get;}
Is the avatar a friend?
bool IsIgnored {get;}
Is the avatar someone you're ignoring?
bool IsLocal {get;}
Is the avatar in the same region as you?
bool IsSelf {get;}
Is this avatar me?
string Name {get;}
Name of the avatar
bool Online {get;}
Is the avatar online?
string Region {get;}
Name of the region the avatar is in

Methods

bool GoToAvatar()
Given an Avatar's ID, moves you to their region and position within that region
bool Ignore()
bool RemoveFriendship(bool ignore = false)
bool RequestFriendship()
bool Unignore()