C# Class Battle_Script_Pro.ReturnWorked

Show file Open project: Jambo51/Battle_Script_Pro

Public Methods

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

Method Details

ReturnWorked() public method

public ReturnWorked ( bool theResult, byte theValue ) : System
theResult bool
theValue byte
return System

ReturnWorked() public method

public ReturnWorked ( bool theResult, string input, bool isPointer ) : System
theResult bool
input string
isPointer bool
return System

ReturnWorked() public method

public ReturnWorked ( bool theResult, uint theValue ) : System
theResult bool
theValue uint
return System

ReturnWorked() public method

public ReturnWorked ( bool theResult, ushort theValue ) : System
theResult bool
theValue ushort
return System