Property | Type | Description | |
---|---|---|---|
CompressedSize | uint | ||
FileIndex | uint | ||
Flags | MpqFileFlags | ||
Listed | bool | ||
Name | string | ||
Offset | long | ||
Seed | uint | ||
UncompressedSize | uint |
Method | Description | |
---|---|---|
ComputeSeed ( string filename ) : uint | ||
MpqBlockEntry ( long offset, uint compressedSize, uint uncompressedSize, uint flags, uint &fileIndex ) : System | ||
OnNameDetected ( string name, bool cache = false, bool listed = false ) : void |
Called internally when the name has been detected. Right now, the method will only update the seed when needed. |