Battle_Script_Pro.SuperCommand.SuperCommand C# (CSharp) Method

SuperCommand() public method

public SuperCommand ( byte theNumberOfParameters, string theParameterNames, byte theParameterLengths ) : System
theNumberOfParameters byte
theParameterNames string
theParameterLengths byte
return System
        public SuperCommand(byte theNumberOfParameters, string[] theParameterNames, byte[] theParameterLengths)
            : this(theNumberOfParameters, theParameterNames)
        {
            paramLengths = theParameterLengths;
        }

Same methods

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