C# Class Warcraft.MPQ.Attributes.ExtendedAttributes

Afficher le fichier Open project: Nihlus/libwarcraft

Méthodes publiques

Свойство Type Description
AttributesPresent AttributeTypes
FileAttributes List
Version uint

Méthodes publiques

Méthode Description
AreAttributesValid ( ) : bool
ExtendedAttributes ( byte data, uint FileBlockCount ) : System

Method Details

AreAttributesValid() public méthode

public AreAttributesValid ( ) : bool
Résultat bool

ExtendedAttributes() public méthode

public ExtendedAttributes ( byte data, uint FileBlockCount ) : System
data byte
FileBlockCount uint
Résultat System

Property Details

AttributesPresent public_oe property

The attributes present in the attribute file.
public AttributeTypes AttributesPresent
Résultat AttributeTypes

FileAttributes public_oe property

The list of file attributes.
public List FileAttributes
Résultat List

Version public_oe property

The version of the attribute file format.
public uint Version
Résultat uint