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

Наследование: DBCRecord
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Name Warcraft.DBC.SpecialFields.StringReference
SpellEffect Warcraft.DBC.SpecialFields.UInt32ForeignKey

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

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

TranslateLiquidType ( ) : LiquidType

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

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

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

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

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

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

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

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

public TranslateLiquidType ( ) : LiquidType
Результат LiquidType

Описание свойств

Name публичное свойство

The name of the liquid.
public StringReference,Warcraft.DBC.SpecialFields Name
Результат Warcraft.DBC.SpecialFields.StringReference

SpellEffect публичное свойство

public UInt32ForeignKey,Warcraft.DBC.SpecialFields SpellEffect
Результат Warcraft.DBC.SpecialFields.UInt32ForeignKey