메소드 | 설명 | |
---|---|---|
CheckForNewMapSize ( ) : void |
Checks if map1.mul exists and sets Ultima.Map
|
|
CompareHashFile ( string what, string path ) : bool |
Compares MD5 hash from given mul file with hash in responsible hash-file
|
|
CompareMD5 ( string file, string hash ) : bool |
Compares given MD5 hash with hash of given file
|
|
FireFileSaveEvent ( ) : void | ||
GetFilePath ( string file ) : string |
Looks up a given file in Files.MulPath
|
|
GetMD5 ( string file ) : byte[] |
Returns MD5 hash from given file
|
|
LoadMulPath ( ) : void |
Fills MulPath with Files.Directory
|
|
ReLoadDirectory ( ) : void |
ReReads Registry Client dir
|
|
SetMulPath ( string path ) : void |
ReSets MulPath with given path
|
|
SetMulPath ( string path, string key ) : void |
Sets MulPath key to path
|
메소드 | 설명 | |
---|---|---|
Files ( ) : System | ||
GetPath ( string regkey ) : string | ||
LoadDirectory ( ) : string |
public static CompareHashFile ( string what, string path ) : bool | ||
what | string | |
path | string | |
리턴 | bool |
public static CompareMD5 ( string file, string hash ) : bool | ||
file | string | |
hash | string | |
리턴 | bool |
public static SetMulPath ( string path, string key ) : void | ||
path | string | |
key | string | |
리턴 | void |