C# Class Warcraft.DBC.Definitions.LiquidTypeRecord

Inheritance: DBCRecord
Mostrar archivo Open project: Nihlus/libwarcraft

Public Properties

Property Type Description
Name Warcraft.DBC.SpecialFields.StringReference
SpellEffect Warcraft.DBC.SpecialFields.UInt32ForeignKey

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.

TranslateLiquidType ( ) : LiquidType

Method Details

GetFieldCount() public method

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

GetRecordSize() public method

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

LoadData() public method

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

TranslateLiquidType() public method

public TranslateLiquidType ( ) : LiquidType
return LiquidType

Property Details

Name public_oe property

The name of the liquid.
public StringReference,Warcraft.DBC.SpecialFields Name
return Warcraft.DBC.SpecialFields.StringReference

SpellEffect public_oe property

public UInt32ForeignKey,Warcraft.DBC.SpecialFields SpellEffect
return Warcraft.DBC.SpecialFields.UInt32ForeignKey