Property | Type | Description | |
---|---|---|---|
BIOGames | List |
Method | Description | |
---|---|---|
EnumerateGameFiles ( int GameVersion, List |
||
EnumerateGameFiles ( int GameVersion, string searchPath, bool recurse = true, Predicate |
||
GetDifferentDLCPath ( int game ) : string | ||
GetDifferentPathBIOGame ( int game ) : string | ||
GetDifferentPathCooked ( int game ) : string | ||
MEDirectories ( ) : KFreonLib.Debugging | ||
MEDirectories ( int game ) : KFreonLib.Debugging | ||
SaveSettings ( List |
||
SetPaths ( string ME1Path = null, string ME2Path = null, string ME3Path = null ) : void | ||
SetupPathing ( bool AskIfNotFound ) : List |
||
SetupPaths ( int whichgame ) : int |
Method | Description | |
---|---|---|
GetDefaultBIOGame ( int tempGameVersion ) : string |
public static EnumerateGameFiles ( int GameVersion, List |
||
GameVersion | int | |
files | List |
|
predicate | Predicate |
|
return | List |
public static EnumerateGameFiles ( int GameVersion, string searchPath, bool recurse = true, Predicate |
||
GameVersion | int | |
searchPath | string | |
recurse | bool | |
predicate | Predicate |
|
return | List |
public GetDifferentDLCPath ( int game ) : string | ||
game | int | |
return | string |
public GetDifferentPathBIOGame ( int game ) : string | ||
game | int | |
return | string |
public GetDifferentPathCooked ( int game ) : string | ||
game | int | |
return | string |
public MEDirectories ( ) : KFreonLib.Debugging | ||
return | KFreonLib.Debugging |
public MEDirectories ( int game ) : KFreonLib.Debugging | ||
game | int | |
return | KFreonLib.Debugging |
public static SaveSettings ( List |
||
BIOGames | List |
|
return | void |
public SetPaths ( string ME1Path = null, string ME2Path = null, string ME3Path = null ) : void | ||
ME1Path | string | |
ME2Path | string | |
ME3Path | string | |
return | void |
public SetupPathing ( bool AskIfNotFound ) : List |
||
AskIfNotFound | bool | |
return | List |