프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public static LoadTlkData ( string fileName ) : void | ||
fileName | string | |
리턴 | void |
public static findDataById ( int strRefID, bool withFileName = false ) : string | ||
strRefID | int | |
withFileName | bool | |
리턴 | string |