|
void | Init () |
|
void | RevertificationModfile () |
|
void | TryDownloadMods (List< ModProfile > modProfiles, Action< int, int, bool > OnInstall, Action< int, int, FileDownloadInfo > OnDownload) |
|
FileDownloadInfo | DownloadModByModProfile (ModProfile modProfile, Action< int, int, FileDownloadInfo > OnDownload) |
|
void | CancelDownload () |
|
void | CancelDownload (int modId, int modfileId) |
|
void | ReloadModOfSelectPack () |
|
void | ReloadMods (List< int > ids) |
|
void | RemoveUnmatchedExtraMods (List< int > modIds) |
|
void | RemoveDownloadedMods () |
|
ModPack | GetPackByIndex (int idx) |
|
void | SaveTempPack (string name) |
|
void | ResetTempPack () |
|
bool | DeletePack (ModPack pack) |
|
bool | DuplicatePack (ModPack pack) |
|
void | EditPackData (ModPack pack) |
|
void | SaveModPacks () |
|
void | SetSelectedModPack (ModPack pack) |
|
ModPack | GetSelectModPack () |
|
bool | IsCurPackExistMod () |
|
ModProfile | GetModProfile (int modId) |
|
void | GetAllMods (List< int > modIds, Action< RequestPage< ModProfile >> successCallback, Action< WebRequestError > errorCallback) |
|
|
List< ModPack > | packs |
|
ModPack | tempPack |
|
bool | isVertifySuc = false |
|
Dictionary< int, ModfileIdPair > | cacheModInfo = new Dictionary<int, ModfileIdPair>() |
|
List< ModfileIdPair > | downloadedExtraMods = new List<ModfileIdPair>() |
|
Dictionary< int, NetworkModInfo > | modProfileState = new Dictionary<int, NetworkModInfo>() |
|
Dictionary< int, ModProfile > | cacheModProfile = new Dictionary<int, ModProfile>(32) |
|