C# Класс Battle_Script_Pro.Command

Показать файл Открыть проект

Открытые методы

Метод Описание
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