C# Class Warcraft.DBC.Definitions.LiquidTypeRecord

Inheritance: DBCRecord
Afficher le fichier Open project: Nihlus/libwarcraft

Méthodes publiques

Свойство Type Description
Name Warcraft.DBC.SpecialFields.StringReference
SpellEffect Warcraft.DBC.SpecialFields.UInt32ForeignKey

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.

TranslateLiquidType ( ) : LiquidType

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

TranslateLiquidType() public méthode

public TranslateLiquidType ( ) : LiquidType
Résultat LiquidType

Property Details

Name public_oe property

The name of the liquid.
public StringReference,Warcraft.DBC.SpecialFields Name
Résultat Warcraft.DBC.SpecialFields.StringReference

SpellEffect public_oe property

public UInt32ForeignKey,Warcraft.DBC.SpecialFields SpellEffect
Résultat Warcraft.DBC.SpecialFields.UInt32ForeignKey