C# Class CrystalMpq.WoW.WoWArchive

Represents an archive in a World of Warcraft installation.
Show file Open project: sgraf812/crystalmpq Class Usage Examples

Public Properties

Property Type Description
Archive MpqArchive
Kind WoWArchiveKind

Private Methods

Method Description
WoWArchive ( MpqArchive archive, WoWArchiveKind kind ) : System

Property Details

Archive public property

Gets the MpqArchive associated with this entry.
public MpqArchive Archive
return MpqArchive

Kind public property

Gets the kind of archive represented by this entry.
public WoWArchiveKind Kind
return WoWArchiveKind