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

ModioLogo

Ahmed Castro edited this page Jul 17, 2019 · 6 revisions

Game or mod logo image.

struct ModioLogo
{
  char* filename;
  char* original;
  char* thumb_320x180;
  char* thumb_640x360;
  char* thumb_1280x720;
};
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.

See also: API, modio::Logo

Contents

Clone this wiki locally