Property | Type | Description | |
---|---|---|---|
LoadedTLKsPath | string | ||
tlkList | List |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
SaveTLKList ( ) : void |
public static LoadTlkData ( string fileName ) : void | ||
fileName | string | |
return | void |
public static addTLK ( string fileName ) : void | ||
fileName | string | |
return | void |
public static findDataById ( int strRefID, bool withFileName = false ) : string | ||
strRefID | int | |
withFileName | bool | |
return | string |
public static moveTLKDown ( int index ) : void | ||
index | int | |
return | void |