C# Class ME2Explorer.ME2TalkFiles

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
LoadedTLKsPath string
tlkList List

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
SaveTLKList ( ) : void

Method Details

LoadSavedTlkList() public static méthode

public static LoadSavedTlkList ( ) : void
Résultat void

LoadTlkData() public static méthode

public static LoadTlkData ( string fileName ) : void
fileName string
Résultat void

addTLK() public static méthode

public static addTLK ( string fileName ) : void
fileName string
Résultat void

findDataById() public static méthode

public static findDataById ( int strRefID, bool withFileName = false ) : string
strRefID int
withFileName bool
Résultat string

moveTLKDown() public static méthode

public static moveTLKDown ( int index ) : void
index int
Résultat void

moveTLKUp() public static méthode

public static moveTLKUp ( int index ) : void
index int
Résultat void

removeTLK() public static méthode

public static removeTLK ( int index ) : void
index int
Résultat void

Property Details

LoadedTLKsPath public_oe static_oe property

public static string LoadedTLKsPath
Résultat string

tlkList public_oe static_oe property

public static List tlkList
Résultat List