ModioLogo - modio/modio-sdk-legacy GitHub Wiki

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