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

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

공개 메소드들

메소드 설명
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