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 Nov 10, 2017 · 20 revisions
struct ModioMod
{
  int id;
  int game;
  ModioMember* member;
  double price;
  int datereg;
  int dateup;
  ModioImage* logo;
  char* homepage;
  char* name;
  char* nameid;
  char* summary;
  char* description;
  char* metadata;
  ModioMedia* media;
  ModioModfile* modfile;
  ModioRatings* ratings;
  ModioTag* tags_array;
  int tags_array_size;
};

API schema: Mod Object

Name Type Description
id int
game int
member ModioMember* ModioMember
price double
datereg int
dateup int
logo ModioImage* ModioImage
homepage char*
name char*
nameid char*
summary char*
description char*
metadata char*
media ModioMedia* ModioMedia
modfile ModioModfile* ModioModfile
ratings ModioRatings* ModioRatings
tags_array ModioTag* ModioTag
tags_array_size int

Contents

Clone this wiki locally