This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Mod state
Ahmed Castro edited this page Sep 29, 2018
·
2 revisions
Name | Value | Description |
---|---|---|
MOD_UNDEFINED | 0 | An error occurred. Review the logs for details. |
MOD_NOT_INSTALLED | 1 | The mod is not installed locally and not being downloaded. |
MOD_QUEUED | 2 | The mod is on the download queue. |
MOD_STARTING_DOWNLOAD | 3 | The mod download just started. |
MOD_DOWNLOADING | 4 | The mod is being downloaded. |
MOD_PAUSING | 5 | The mod download is being paused. |
MOD_PAUSED | 6 | The mod download is paused. |
MOD_EXTRACTING | 7 | The mod download is finished, the installation is in progress. |
MOD_INSTALLED | 8 | The mod is installed locally. |
PRIORITIZING_OTHER_DOWNLOAD | 9 | The mod is currently waiting for the current download to pause in order to get prioritized. |