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
Modfile object
Ahmed Castro edited this page Sep 8, 2018
·
5 revisions
The ModioModfile structure is returned by the Modfiles and Mods functions. They represent modfiles associated to mod.io mods.
API schema: Modfile Object
Name | Type | Description |
---|---|---|
id | u32 |
Unique modfile identifier |
mod_id | u32 |
Unique mod identifier |
virus_status | u32 |
The status of the virus scan for the file |
virus_positive | long |
Has the file been positively flagged as a virus? |
date_added | long |
Unix timestamp of file upload time |
date_scanned | long |
Unix timestamp of file virus scan |
filesize | long |
Size of the file in bytes |
filename | std::string |
Name of the file including file extension |
version | std::string |
The release version this file represents |
virustotal_hash | std::string |
VirusTotal proprietary hash |
changelog | std::string |
List of all changes in this file release |
metadata_blob | std::string |
Metadata stored by the game developer for this file. |
filehash | modio::Filehash |
modio::Filehash object |
download | modio::Download |
modio::Download object |