C# Класс Battle_Script_Pro.ReturnWorked

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

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

Метод Описание
ReturnWorked ( bool theResult, byte theValue ) : System
ReturnWorked ( bool theResult, string input, bool isPointer ) : System
ReturnWorked ( bool theResult, uint theValue ) : System
ReturnWorked ( bool theResult, ushort theValue ) : System

Описание методов

ReturnWorked() публичный Метод

public ReturnWorked ( bool theResult, byte theValue ) : System
theResult bool
theValue byte
Результат System

ReturnWorked() публичный Метод

public ReturnWorked ( bool theResult, string input, bool isPointer ) : System
theResult bool
input string
isPointer bool
Результат System

ReturnWorked() публичный Метод

public ReturnWorked ( bool theResult, uint theValue ) : System
theResult bool
theValue uint
Результат System

ReturnWorked() публичный Метод

public ReturnWorked ( bool theResult, ushort theValue ) : System
theResult bool
theValue ushort
Результат System