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
QueuedModDownload object
Ahmed Castro edited this page Sep 8, 2018
·
4 revisions
API schema: n/a
Name | Type | Description |
---|---|---|
state | Int |
See Mod state constants. |
mod_id | Int |
Unique mod identifier. |
current_progress | Int |
Number of bytes downloaded. |
total_size | Int |
Total number of bytes. |
url | String |
Mod's binary URL. |
path | String |
Local path where the mod will be installed. |
mod | Mod |
Mod object. |