Method | Description | |
---|---|---|
ConvertOrInstallOrUpdateSixSync ( bool force, StatusRepo statusRepo, IAbsoluteDirectoryPath packPath ) : System.Threading.Tasks.Task | ||
ConvertState ( ContentState state ) : string | ||
CreateUpdateState ( ) : UpdateState | ||
GetBiKeys ( ) : IEnumerable |
||
GetSignatures ( ) : IEnumerable |
||
HasMultipleVersions ( ) : bool | ||
ModController ( ) : System | ||
ModController ( IMod mod ) : System | ||
ProcessBetaFiles ( IProcessManager processManager ) : void | ||
ToString ( ) : string | ||
TryProcessModAppsAndUserconfig ( Game currentGame, bool forceUserconfig = false ) : void | ||
Uninstall ( ) : void | ||
UpdateState ( ) : void | ||
UpdateState ( ISupportModding game ) : void |
Method | Description | |
---|---|---|
GetBiKeysFromPath ( IAbsoluteDirectoryPath path ) : IEnumerable |
||
ProcessUserconfig ( IHaveInstalledState currentGame, bool force = true ) : void | ||
TryProcessModApps ( Game currentGame ) : void | ||
TryProcessUserconfig ( IHaveInstalledState currentGame, bool forceUserconfig ) : void | ||
UpdateModState ( ) : void |
public ConvertOrInstallOrUpdateSixSync ( bool force, StatusRepo statusRepo, IAbsoluteDirectoryPath packPath ) : System.Threading.Tasks.Task | ||
force | bool | |
statusRepo | StatusRepo | |
packPath | IAbsoluteDirectoryPath | |
return | System.Threading.Tasks.Task |
public static ConvertState ( ContentState state ) : string | ||
state | ContentState | |
return | string |
public final CreateUpdateState ( ) : UpdateState | ||
return | UpdateState |
public ProcessBetaFiles ( IProcessManager processManager ) : void | ||
processManager | IProcessManager | |
return | void |
public TryProcessModAppsAndUserconfig ( Game currentGame, bool forceUserconfig = false ) : void | ||
currentGame | Game | |
forceUserconfig | bool | |
return | void |
public UpdateState ( ISupportModding game ) : void | ||
game | ISupportModding | |
return | void |