C# Class OpenMetaverse.FriendInfo

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
Show file Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

FriendInfo represented as a string

Private Methods

Method Description
FriendInfo ( UUID id, FriendRights theirRights, FriendRights myRights ) : System

Used internally when building the initial list of friends at login time

Method Details

ToString() public method

FriendInfo represented as a string
public ToString ( ) : string
return string