C# Класс Warcraft.DBC.Definitions.DBCRecord

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetFieldCount() публичный абстрактный Метод

Gets the field count for this record at.
public abstract GetFieldCount ( ) : int
Результат int

GetRecordSize() публичный абстрактный Метод

Gets the size of the record.
public abstract GetRecordSize ( ) : int
Результат int

LoadData() публичный абстрактный Метод

Loads and parses the provided data.
public abstract LoadData ( byte data ) : void
data byte Data.
Результат void

SetVersion() публичный Метод

Sets the version this record is valid for.
public SetVersion ( WarcraftVersion InVersion ) : void
InVersion WarcraftVersion
Результат void