C# Class Warcraft.MPQ.Attributes.ExtendedAttributes

Mostrar archivo Open project: Nihlus/libwarcraft

Public Properties

Property Type Description
AttributesPresent AttributeTypes
FileAttributes List
Version uint

Public Methods

Method Description
AreAttributesValid ( ) : bool
ExtendedAttributes ( byte data, uint FileBlockCount ) : System

Method Details

AreAttributesValid() public method

public AreAttributesValid ( ) : bool
return bool

ExtendedAttributes() public method

public ExtendedAttributes ( byte data, uint FileBlockCount ) : System
data byte
FileBlockCount uint
return System

Property Details

AttributesPresent public_oe property

The attributes present in the attribute file.
public AttributeTypes AttributesPresent
return AttributeTypes

FileAttributes public_oe property

The list of file attributes.
public List FileAttributes
return List

Version public_oe property

The version of the attribute file format.
public uint Version
return uint