C# 클래스 CrystalMpq.DataFormats.RawClientDatabase

Represents a client database (DBC) file in its raw data format.
파일 보기 프로젝트 열기: sgraf812/crystalmpq 1 사용 예제들

공개 메소드들

메소드 설명
GetFloat ( int value ) : float
GetStringWithOffset ( int offset ) : string
HasStringWithOffset ( int offset ) : bool
RawClientDatabase ( Stream stream ) : System

메소드 상세

GetFloat() 공개 정적인 메소드

public static GetFloat ( int value ) : float
value int
리턴 float

GetStringWithOffset() 공개 메소드

public GetStringWithOffset ( int offset ) : string
offset int
리턴 string

HasStringWithOffset() 공개 메소드

public HasStringWithOffset ( int offset ) : bool
offset int
리턴 bool

RawClientDatabase() 공개 메소드

public RawClientDatabase ( Stream stream ) : System
stream Stream
리턴 System