Battle_Script_Pro.SuperCommand.SuperCommand C# (CSharp) Method

SuperCommand() public method

public SuperCommand ( byte theNumberOfParameters ) : System
theNumberOfParameters byte
return System
        public SuperCommand(byte theNumberOfParameters)
        {
            numberOfParameters = theNumberOfParameters;
        }

Same methods

SuperCommand::SuperCommand ( byte theNumberOfParameters, string theParameterNames ) : System
SuperCommand::SuperCommand ( byte theNumberOfParameters, string theParameterNames, byte theParameterLengths ) : System
SuperCommand