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

WindCommand() public method

public WindCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System
testClient OpenMetaverse.TestClient.TestClient
return System
        public WindCommand(TestClient testClient)
        {
            Name = "wind";
            Description = "Displays current wind data";
            Category = CommandCategory.Simulator;
        }