Method | Description | |
---|---|---|
AddMod ( ModEntry, Mod ) : void | ||
ClearAllMods ( ) : void | ||
DeleteSettings ( ) : void | ||
GetGameData ( ) : GameData, | ||
GetInstalledMods ( ) : List |
||
GetModFpkFiles ( ) : List |
||
GetModQarFiles ( bool HideExtension = false ) : List |
||
GetSettingsVersion ( ) : Version, | ||
RemoveMod ( ModEntry, Mod ) : void | ||
SetGameData ( GameData, NewGameData ) : void | ||
SettingsExist ( ) : bool | ||
UpdateDatHash ( ) : void |
Method | Description | |
---|---|---|
ValidateDatHash ( ) : bool |
public static AddMod ( ModEntry, Mod ) : void | ||
Mod | ModEntry, | |
return | void |
public static GetModQarFiles ( bool HideExtension = false ) : List |
||
HideExtension | bool | |
return | List |
public static GetSettingsVersion ( ) : Version, | ||
return | Version, |
public static RemoveMod ( ModEntry, Mod ) : void | ||
Mod | ModEntry, | |
return | void |
public static SetGameData ( GameData, NewGameData ) : void | ||
NewGameData | GameData, | |
return | void |