C# 클래스 ME1Explorer.TalkFiles

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

공개 프로퍼티들

프로퍼티 타입 설명
tlkList List

공개 메소드들

메소드 설명
LoadGlobalTlk ( ) : void
TalkFiles ( ) : System
findDataById ( int strRefID, bool withFileName = false ) : string

메소드 상세

LoadGlobalTlk() 공개 메소드

public LoadGlobalTlk ( ) : void
리턴 void

TalkFiles() 공개 메소드

public TalkFiles ( ) : System
리턴 System

findDataById() 공개 메소드

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

프로퍼티 상세

tlkList 공개적으로 프로퍼티

public List tlkList
리턴 List