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

ModioImage

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

Mod images submitted by modders.

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

See also: API, Image

Name Type Description
filename char* Image filename including extension.
original char* URL to the full-sized image.
thumb_320x180 char* URL to the image thumbnail.

Contents

Clone this wiki locally