C# Class Warcraft.DBC.Definitions.DBCRecord

Mostrar archivo Open project: Nihlus/libwarcraft

Public Methods

Method 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 method

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

GetRecordSize() public abstract method

Gets the size of the record.
public abstract GetRecordSize ( ) : int
return int

LoadData() public abstract method

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

SetVersion() public method

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