OpenMetaverse.TestClient.GroupsCommand.GroupsCommand C# (CSharp) Method

GroupsCommand() public method

public GroupsCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System
testClient OpenMetaverse.TestClient.TestClient
return System
        public GroupsCommand(TestClient testClient)
        {
            testClient.Groups.OnCurrentGroups += new GroupManager.CurrentGroupsCallback(Groups_OnCurrentGroups);

            Name = "groups";
            Description = "List avatar groups. Usage: groups";
            Category = CommandCategory.Groups;
        }