Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModioModfile

Ahmed Castro edited this page Nov 18, 2017 · 9 revisions
struct ModioModfile
{
  int id;
  int mod;
  int datevirus;
  int virusstatus;
  int viruspositive;
  long filesize;
  char* filehash;
  char* filename;
  char* version;
  char* virustotal;
  char* changelog;
  char* download;
};

API schema: Modfile Object

The ModioModfile structure is returned by the Modfiles and Mods functions. They represent modfiles associated to mod.io mods.

Name Type Description
id int Unique modfile identifier
mod int Unique mod identifier
datevirus int Unix timestamp of file virus scan
virusstatus int The status of the virus scan for the file
viruspositive int Has the file been positively flagged as a virus?
filesize long Size of the file in bytes
filehash char* MD5 filehash
filename char* Name of the file including file extension
version char* The release version this file represents
virustotal char* Text output from virustotal scan
changelog char* List of all changes in this file release
download char* Link to download the file from the mod.io CDN

Contents

Clone this wiki locally