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

ModioLogo

Ahmed Castro edited this page Dec 20, 2017 · 6 revisions

The ModioLogo structure represents images hosted on mod.io.

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

API schemas: Logo Object

C++ wrapper: Logo

Name Type Description
filename char* Logo filename including extension.
original char* URL to the full-sized logo.
thumb_320x180 char* URL to the small logo thumbnail.
thumb_640x360 char* URL to the medium logo thumbnail.
thumb_1280x720 char* URL to the large logo thumbnail.

Contents

Clone this wiki locally