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 9, 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;
};

Contents

Clone this wiki locally