C# Класс OpenMetaverse.TestClient.FriendsCommand

Shows a list of friends
Наследование: OpenMetaverse.TestClient.Command
Показать файл Открыть проект

Открытые методы

Метод Описание
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