C# Class ME1Explorer.TalkFiles

Inheritance: ITalkFile
Datei anzeigen Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
tlkList List

Public Methods

Method Description
LoadGlobalTlk ( ) : void
TalkFiles ( ) : System
findDataById ( int strRefID, bool withFileName = false ) : string

Method Details

LoadGlobalTlk() public method

public LoadGlobalTlk ( ) : void
return void

TalkFiles() public method

public TalkFiles ( ) : System
return System

findDataById() public method

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

Property Details

tlkList public_oe property

public List tlkList
return List