C# 클래스 Battle_Script_Pro.Command

파일 보기 프로젝트 열기: Jambo51/Battle_Script_Pro

공개 메소드들

메소드 설명
Command ( ushort theHexID ) : System
Command ( ushort theHexID, byte theNumberOfParameters ) : System
Command ( ushort theHexID, byte theNumberOfParameters, string theParameterNames, byte theParameterLengths ) : System

메소드 상세

Command() 공개 메소드

public Command ( ushort theHexID ) : System
theHexID ushort
리턴 System

Command() 공개 메소드

public Command ( ushort theHexID, byte theNumberOfParameters ) : System
theHexID ushort
theNumberOfParameters byte
리턴 System

Command() 공개 메소드

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