C# Class BattleNet.CheckRevision

Afficher le fichier Open project: dkuwahara/AlphaBot

Méthodes publiques

Méthode Description
DoCheck ( String formula, String mpq, String directory, uint &output ) : CheckRevisionResult

Méthodes protégées

Méthode Description
GetVariableIndex ( char input, uint &offset ) : bool
RetrieveMpqIndex ( String mpq, uint &offset ) : bool

Private Methods

Méthode Description
operator ( ) : ulong

Method Details

DoCheck() public static méthode

public static DoCheck ( String formula, String mpq, String directory, uint &output ) : CheckRevisionResult
formula String
mpq String
directory String
output uint
Résultat CheckRevisionResult

GetVariableIndex() protected static méthode

protected static GetVariableIndex ( char input, uint &offset ) : bool
input char
offset uint
Résultat bool

RetrieveMpqIndex() protected static méthode

protected static RetrieveMpqIndex ( String mpq, uint &offset ) : bool
mpq String
offset uint
Résultat bool