C# Class OpenMetaverse.TestClient.FriendsCommand

Shows a list of friends
Inheritance: OpenMetaverse.TestClient.Command
Mostrar archivo Open project: 3di/3di-viewer-rei-libs

Public Methods

Method Description
Execute ( string args, UUID fromAgentID ) : string

Get a list of current friends

FriendsCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System

Constructor for FriendsCommand class

Method Details

Execute() public method

Get a list of current friends
public Execute ( string args, UUID fromAgentID ) : string
args string optional testClient command arguments
fromAgentID UUID The /// of the agent making the request
return string

FriendsCommand() public method

Constructor for FriendsCommand class
public FriendsCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System
testClient OpenMetaverse.TestClient.TestClient A reference to the TestClient object
return System