ModioImage - modio/modio-sdk-legacy GitHub Wiki
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. |