C# Class Battle_Script_Pro.SuperCommand

Show file Open project: Jambo51/Battle_Script_Pro Class Usage Examples

Public Methods

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

Method Details

SuperCommand() public method

public SuperCommand ( byte theNumberOfParameters ) : System
theNumberOfParameters byte
return System

SuperCommand() public method

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

SuperCommand() public method

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