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

Unknown record. This class serves as a general-purpose container for unimplemented records, and simplifies inspection of those records.
상속: DBCRecord
파일 보기 프로젝트 열기: Nihlus/libwarcraft

공개 프로퍼티들

프로퍼티 타입 설명
RecordData byte[]

공개 메소드들

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

UnknownRecord ( ) : System

메소드 상세

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

UnknownRecord() 공개 메소드

public UnknownRecord ( ) : System
리턴 System

프로퍼티 상세

RecordData 공개적으로 프로퍼티

The record data, stored as raw bytes.
public byte[] RecordData
리턴 byte[]