C# 클래스 OpenMetaverse.TestClient.FriendsCommand

Shows a list of friends
상속: OpenMetaverse.TestClient.Command
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs

공개 메소드들

메소드 설명
Execute ( string args, UUID fromAgentID ) : string

Get a list of current friends

FriendsCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System

Constructor for FriendsCommand class

메소드 상세

Execute() 공개 메소드

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
리턴 string

FriendsCommand() 공개 메소드

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