C# 클래스 Warcraft.DBC.DBCHeader

파일 보기 프로젝트 열기: Nihlus/libwarcraft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FieldCount uint
RecordCount uint
RecordSize uint
StringBlockSize uint

공개 메소드들

메소드 설명
DBCHeader ( byte data ) : System.IO

Initializes a new instance of the Warcraft.DBC.DBCHeader class.

GetSize ( ) : int

Gets the size of a DBC header in bytes.

메소드 상세

DBCHeader() 공개 메소드

Initializes a new instance of the Warcraft.DBC.DBCHeader class.
public DBCHeader ( byte data ) : System.IO
data byte Data.
리턴 System.IO

GetSize() 공개 정적인 메소드

Gets the size of a DBC header in bytes.
public static GetSize ( ) : int
리턴 int

프로퍼티 상세

FieldCount 공개적으로 프로퍼티

public uint FieldCount
리턴 uint

RecordCount 공개적으로 프로퍼티

public uint RecordCount
리턴 uint

RecordSize 공개적으로 프로퍼티

public uint RecordSize
리턴 uint

StringBlockSize 공개적으로 프로퍼티

public uint StringBlockSize
리턴 uint