C# Class Warcraft.DBC.Definitions.UnknownRecord

Unknown record. This class serves as a general-purpose container for unimplemented records, and simplifies inspection of those records.
Inheritance: DBCRecord
Afficher le fichier Open project: Nihlus/libwarcraft

Méthodes publiques

Свойство Type Description
RecordData byte[]

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.

UnknownRecord ( ) : System

Method Details

GetFieldCount() public méthode

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

GetRecordSize() public méthode

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

LoadData() public méthode

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

UnknownRecord() public méthode

public UnknownRecord ( ) : System
Résultat System

Property Details

RecordData public_oe property

The record data, stored as raw bytes.
public byte[] RecordData
Résultat byte[]