C# 클래스 BattleNet.CheckRevision

파일 보기 프로젝트 열기: dkuwahara/AlphaBot

공개 메소드들

메소드 설명
DoCheck ( String formula, String mpq, String directory, uint &output ) : CheckRevisionResult

보호된 메소드들

메소드 설명
GetVariableIndex ( char input, uint &offset ) : bool
RetrieveMpqIndex ( String mpq, uint &offset ) : bool

비공개 메소드들

메소드 설명
operator ( ) : ulong

메소드 상세

DoCheck() 공개 정적인 메소드

public static DoCheck ( String formula, String mpq, String directory, uint &output ) : CheckRevisionResult
formula String
mpq String
directory String
output uint
리턴 CheckRevisionResult

GetVariableIndex() 보호된 정적인 메소드

protected static GetVariableIndex ( char input, uint &offset ) : bool
input char
offset uint
리턴 bool

RetrieveMpqIndex() 보호된 정적인 메소드

protected static RetrieveMpqIndex ( String mpq, uint &offset ) : bool
mpq String
offset uint
리턴 bool