C# Class Battle_Script_Pro.Command

Show file Open project: Jambo51/Battle_Script_Pro

Public Methods

Method 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 method

public Command ( ushort theHexID ) : System
theHexID ushort
return System

Command() public method

public Command ( ushort theHexID, byte theNumberOfParameters ) : System
theHexID ushort
theNumberOfParameters byte
return System

Command() public method

public Command ( ushort theHexID, byte theNumberOfParameters, string theParameterNames, byte theParameterLengths ) : System
theHexID ushort
theNumberOfParameters byte
theParameterNames string
theParameterLengths byte
return System