C# 클래스 Battle_Script_Pro.ReturnWorked

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

공개 메소드들

메소드 설명
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