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

AgentLocationsCommand() public method

public AgentLocationsCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System
testClient OpenMetaverse.TestClient.TestClient
return System
        public AgentLocationsCommand(TestClient testClient)
        {
            Name = "agentlocations";
            Description = "Downloads all of the agent locations in a specified region. Usage: agentlocations [regionhandle]";
            Category = CommandCategory.Simulator;
        }