Метод | Описание | |
---|---|---|
GetActualSize ( ) : long |
Gets the actual size of the file, once it's been decrypted and decompressed.
|
|
GetFlags ( ) : BlockFlags |
Gets a set of flags describing the way the file is stored in the archive.
|
|
GetLocale ( ) : LocaleID |
Gets the locale of the file. The actual values of the enum are Windows LANGID values, but files are most commonly set to 0 (default or neutral locale).
|
|
GetPlatform ( ) : ushort |
Gets the platform that the file is meant for. A 0 indicates default or platform-neutral.
|
|
GetStoredSize ( ) : long |
Gets the size of the file as it is in the archive. This is usually smaller than GetActualSize.
|
|
MPQFileInfo ( string InPath, |
Initializes a new instance of the Warcraft.MPQ.FileInfo.MPQFileInfo class.
|
|
MPQFileInfo ( string InPath, |
Initializes a new instance of the Warcraft.MPQ.FileInfo.MPQFileInfo class.
|
public MPQFileInfo ( string InPath, |
||
InPath | string | In path. |
InHashEntry | In hash entry. | |
InBlockEntry | BlockTableEntry | In block entry. |
Результат | Warcraft.Core.Locale |
public MPQFileInfo ( string InPath, |
||
InPath | string | In path. |
InHashEntry | In hash entry. | |
InBlockEntry | BlockTableEntry | In block entry. |
InAttributes | In attributes. | |
Результат | Warcraft.Core.Locale |