C# Class Battle_Script_Pro.SuperCommand

Afficher le fichier Open project: Jambo51/Battle_Script_Pro Class Usage Examples

Méthodes publiques

Méthode Description
SuperCommand ( byte theNumberOfParameters ) : System
SuperCommand ( byte theNumberOfParameters, string theParameterNames ) : System
SuperCommand ( byte theNumberOfParameters, string theParameterNames, byte theParameterLengths ) : System

Method Details

SuperCommand() public méthode

public SuperCommand ( byte theNumberOfParameters ) : System
theNumberOfParameters byte
Résultat System

SuperCommand() public méthode

public SuperCommand ( byte theNumberOfParameters, string theParameterNames ) : System
theNumberOfParameters byte
theParameterNames string
Résultat System

SuperCommand() public méthode

public SuperCommand ( byte theNumberOfParameters, string theParameterNames, byte theParameterLengths ) : System
theNumberOfParameters byte
theParameterNames string
theParameterLengths byte
Résultat System