C# Class KFreonLib.MEDirectories.MEDirectories

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

Méthodes publiques

Свойство Type Description
BIOGames List

Méthodes publiques

Méthode Description
EnumerateGameFiles ( int GameVersion, List files, Predicate predicate = null ) : List
EnumerateGameFiles ( int GameVersion, string searchPath, bool recurse = true, Predicate predicate = null ) : List
GetDifferentDLCPath ( int game ) : string
GetDifferentPathBIOGame ( int game ) : string
GetDifferentPathCooked ( int game ) : string
MEDirectories ( ) : KFreonLib.Debugging
MEDirectories ( int game ) : KFreonLib.Debugging
SaveSettings ( List BIOGames ) : void
SetPaths ( string ME1Path = null, string ME2Path = null, string ME3Path = null ) : void
SetupPathing ( bool AskIfNotFound ) : List
SetupPaths ( int whichgame ) : int

Private Methods

Méthode Description
GetDefaultBIOGame ( int tempGameVersion ) : string

Method Details

EnumerateGameFiles() public static méthode

public static EnumerateGameFiles ( int GameVersion, List files, Predicate predicate = null ) : List
GameVersion int
files List
predicate Predicate
Résultat List

EnumerateGameFiles() public static méthode

public static EnumerateGameFiles ( int GameVersion, string searchPath, bool recurse = true, Predicate predicate = null ) : List
GameVersion int
searchPath string
recurse bool
predicate Predicate
Résultat List

GetDifferentDLCPath() public méthode

public GetDifferentDLCPath ( int game ) : string
game int
Résultat string

GetDifferentPathBIOGame() public méthode

public GetDifferentPathBIOGame ( int game ) : string
game int
Résultat string

GetDifferentPathCooked() public méthode

public GetDifferentPathCooked ( int game ) : string
game int
Résultat string

MEDirectories() public méthode

public MEDirectories ( ) : KFreonLib.Debugging
Résultat KFreonLib.Debugging

MEDirectories() public méthode

public MEDirectories ( int game ) : KFreonLib.Debugging
game int
Résultat KFreonLib.Debugging

SaveSettings() public static méthode

public static SaveSettings ( List BIOGames ) : void
BIOGames List
Résultat void

SetPaths() public méthode

public SetPaths ( string ME1Path = null, string ME2Path = null, string ME3Path = null ) : void
ME1Path string
ME2Path string
ME3Path string
Résultat void

SetupPathing() public méthode

public SetupPathing ( bool AskIfNotFound ) : List
AskIfNotFound bool
Résultat List

SetupPaths() public méthode

public SetupPaths ( int whichgame ) : int
whichgame int
Résultat int

Property Details

BIOGames public_oe property

public List BIOGames
Résultat List