C# Class Battle_Script_Pro.Command

Afficher le fichier Open project: Jambo51/Battle_Script_Pro

Méthodes publiques

Méthode Description
Command ( ushort theHexID ) : System
Command ( ushort theHexID, byte theNumberOfParameters ) : System
Command ( ushort theHexID, byte theNumberOfParameters, string theParameterNames, byte theParameterLengths ) : System

Method Details

Command() public méthode

public Command ( ushort theHexID ) : System
theHexID ushort
Résultat System

Command() public méthode

public Command ( ushort theHexID, byte theNumberOfParameters ) : System
theHexID ushort
theNumberOfParameters byte
Résultat System

Command() public méthode

public Command ( ushort theHexID, byte theNumberOfParameters, string theParameterNames, byte theParameterLengths ) : System
theHexID ushort
theNumberOfParameters byte
theParameterNames string
theParameterLengths byte
Résultat System