C# 클래스 ME2Explorer.ME2TalkFiles

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

공개 프로퍼티들

프로퍼티 타입 설명
LoadedTLKsPath string
tlkList List

공개 메소드들

메소드 설명
LoadSavedTlkList ( ) : void
LoadTlkData ( string fileName ) : void
addTLK ( string fileName ) : void
findDataById ( int strRefID, bool withFileName = false ) : string
moveTLKDown ( int index ) : void
moveTLKUp ( int index ) : void
removeTLK ( int index ) : void

비공개 메소드들

메소드 설명
SaveTLKList ( ) : void

메소드 상세

LoadSavedTlkList() 공개 정적인 메소드

public static LoadSavedTlkList ( ) : void
리턴 void

LoadTlkData() 공개 정적인 메소드

public static LoadTlkData ( string fileName ) : void
fileName string
리턴 void

addTLK() 공개 정적인 메소드

public static addTLK ( string fileName ) : void
fileName string
리턴 void

findDataById() 공개 정적인 메소드

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

moveTLKDown() 공개 정적인 메소드

public static moveTLKDown ( int index ) : void
index int
리턴 void

moveTLKUp() 공개 정적인 메소드

public static moveTLKUp ( int index ) : void
index int
리턴 void

removeTLK() 공개 정적인 메소드

public static removeTLK ( int index ) : void
index int
리턴 void

프로퍼티 상세

LoadedTLKsPath 공개적으로 정적으로 프로퍼티

public static string LoadedTLKsPath
리턴 string

tlkList 공개적으로 정적으로 프로퍼티

public static List tlkList
리턴 List