C# Class BattleNet.CheckRevision

ファイルを表示 Open project: dkuwahara/AlphaBot

Public Methods

Method Description
DoCheck ( String formula, String mpq, String directory, uint &output ) : CheckRevisionResult

Protected Methods

Method Description
GetVariableIndex ( char input, uint &offset ) : bool
RetrieveMpqIndex ( String mpq, uint &offset ) : bool

Private Methods

Method Description
operator ( ) : ulong

Method Details

DoCheck() public static method

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

GetVariableIndex() protected static method

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

RetrieveMpqIndex() protected static method

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