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

ModioIcon

Ahmed Castro edited this page Dec 19, 2017 · 4 revisions

API schemas: Icon Object

C++ wrapper: Icon

struct ModioImage
{
  char* filename;
  char* original;
  char* thumb_320x180;
  char* thumb_640x360;
  char* thumb_1280x720;
};

The ModioIcon structure represents images hosted on mod.io.

Name Type Description
filename char* Image filename, with file extension included
original char* URL to full-sized image
thumb_320x180 char* URL to small thumbnail image
thumb_640x360 char* URL to medium thumbnail image
thumb_1280x720 char* URL to large thumbnail image

Contents

Clone this wiki locally