C# 클래스 Warcraft.DBC.Definitions.LiquidTypeRecord

상속: DBCRecord
파일 보기 프로젝트 열기: Nihlus/libwarcraft

공개 프로퍼티들

프로퍼티 타입 설명
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