C# Class Warcraft.DBC.Definitions.DBCRecord

Afficher le fichier Open project: Nihlus/libwarcraft

Méthodes publiques

Méthode Description
GetFieldCount ( ) : int

Gets the field count for this record at.

GetRecordSize ( ) : int

Gets the size of the record.

LoadData ( byte data ) : void

Loads and parses the provided data.

SetVersion ( WarcraftVersion InVersion ) : void

Sets the version this record is valid for.

Method Details

GetFieldCount() public abstract méthode

Gets the field count for this record at.
public abstract GetFieldCount ( ) : int
Résultat int

GetRecordSize() public abstract méthode

Gets the size of the record.
public abstract GetRecordSize ( ) : int
Résultat int

LoadData() public abstract méthode

Loads and parses the provided data.
public abstract LoadData ( byte data ) : void
data byte Data.
Résultat void

SetVersion() public méthode

Sets the version this record is valid for.
public SetVersion ( WarcraftVersion InVersion ) : void
InVersion WarcraftVersion
Résultat void