C# 클래스 ME3Explorer.TalkFile

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

공개 프로퍼티들

프로퍼티 타입 설명
StringRefs List
name string
path string

공개 메소드들

메소드 설명
DumpToFile ( string fileName ) : void

Writes data stored in memory to an appriopriate text format.

LoadTlkData ( string fileName ) : void

Loads a TLK file into memory.

findDataById ( int strRefID, bool withFileName = false ) : string

비공개 메소드들

메소드 설명
CompareTlkStringRef ( TLKStringRef strRef1, TLKStringRef strRef2 ) : int
GetString ( int &bitOffset ) : string

Starts reading 'Bits' array at position 'bitOffset'. Read data is used on a Huffman Tree to decode read bits into real strings. 'bitOffset' variable is updated with last read bit PLUS ONE (first unread bit).

Global variables used: List(of HuffmanNodes) CharacterTree BitArray Bits

OnProgressChanged ( int percentProgress ) : void
SaveToXmlFile ( string fileName ) : void

Writing data in an XML format.

메소드 상세

DumpToFile() 공개 메소드

Writes data stored in memory to an appriopriate text format.
public DumpToFile ( string fileName ) : void
fileName string
리턴 void

LoadTlkData() 공개 메소드

Loads a TLK file into memory.
public LoadTlkData ( string fileName ) : void
fileName string
리턴 void

findDataById() 공개 메소드

public findDataById ( int strRefID, bool withFileName = false ) : string
strRefID int
withFileName bool
리턴 string

프로퍼티 상세

StringRefs 공개적으로 프로퍼티

public List StringRefs
리턴 List

name 공개적으로 프로퍼티

public string name
리턴 string

path 공개적으로 프로퍼티

public string path
리턴 string