OpenMetaverse Protocol Library Developers API Documentation
FriendInfo Class
NamespacesOpenMetaverseFriendInfo
This class holds information about an avatar in the friends list. There are two ways to interface to this class. The first is through the set of boolean properties. This is the typical way clients of this class will use it. The second interface is through two bitflag properties, TheirFriendsRights and MyFriendsRights
Declaration Syntax
C#
public 
class 
FriendInfo
Members
All Members Methods Properties



Icon Member Description
CanModifyMyObjects
True if the freind can modify my objects

CanModifyTheirObjects
True if I can modify my friend's objects

CanSeeMeOnline
True if the friend can see if I am online

CanSeeMeOnMap
True if the friend can see me on the map

CanSeeThemOnline
True if I can see if my friend is online

CanSeeThemOnMap
True if I can see if my friend is on the map

IsOnline
True if the avatar is online

MyFriendRights
My rights represented as bitmapped flags

Name
full name of the avatar

TheirFriendRights
My friend's rights represented as bitmapped flags

ToString () () () ()
FriendInfo represented as a string
(Overrides Object. ToString () () () () .)
UUID
System ID of the avatar

Inheritance Hierarchy
Object
FriendInfo

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)