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 Jul 14, 2019 · 4 revisions

Icon image contained by the ModioGame object.

struct ModioIcon
{
  char* filename;
  char* original;
  char* thumb_64x64;
  char* thumb_128x128;
  char* thumb_256x256;
};
Name Type Description
filename char* Icon filename including extension.
original char* URL to the full-sized icon.
thumb_64x64 char* URL to the small thumbnail image.
thumb_128x128 char* URL to the medium thumbnail image.
thumb_256x256 char* URL to the large thumbnail image.

See also: Icon Object, modio::Icon

Contents

Clone this wiki locally