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

ModioMod

Ahmed Castro edited this page Jul 17, 2019 · 20 revisions

Mod profile submitted by mod.io users.

struct ModioMod
{
  u32 id;
  u32 game_id;
  u32 status;
  u32 visible;
  u32 maturity_option;
  u32 date_added;
  u32 date_updated;
  u32 date_live;
  char* homepage_url;
  char* name;
  char* name_id;
  char* summary;
  char* description;
  char* description_plaintext;
  char* metadata_blob;
  char* profile_url;
  ModioLogo logo;
  ModioUser submitted_by;
  ModioModfile modfile;
  ModioMedia media;
  ModioStats stats;
  ModioTag* tags_array;
  u32 tags_array_size;
  ModioMetadataKVP* metadata_kvp_array;
  u32 metadata_kvp_array_size;
};
Name Type Description
id u32 Unique mod identifier
game_id u32 Unique game identifier
status u32 Status of the mod. See Status
visibility u32 Mod visibility
status u32 Mod Status
date_added long Unix timestamp of date registered
date_updated long Unix timestamp of date last updated
date_live long Unix timestamp of date when set live
dateup u32 Unix timestamp of date last updated
homepage_url char* Mod homepage URL
name char* Name of the mod
nameid char* Unique SEO-friendly mod uri
summary char* Brief summary of the mod
description char* Description of the mod
description plain text char* Description of the mod converted to plain text
metadata_blob char* Metadata for the mod
profile_url char* Official website url for the mod
logo ModioLogo ModioLogo object containing logo data
submitted_by ModioUser ModioUser object containing user data
modfile ModioModfile ModioModfile object containing file data
media ModioMedia ModioMedia object containing media data
stats ModioStats ModioStats object containing stats data
tags_array ModioTag* ModioTag array containing tags data
tags_array_size u32 Size of the tags_array
metadata_kvp_array ModioMetadataKVP* ModioMetadataKVP object containing metadata key value pairs
metadata_kvp_array_size u32 Size of the metadata_kvp_array

See also: API, modio::Mod

Contents

Clone this wiki locally