modio::Image - modio/modio-sdk-legacy GitHub Wiki
Mod images submitted by modders.
class Image
{
public:
std::string filename;
std::string original;
std::string thumb_320x180;
};
Name | Type | Description |
---|---|---|
filename | std::string |
Image filename, with file extension included |
original | std::string |
URL to full-sized image |
thumb_320x180 | std::string |
URL to the image thumbnail |
See also: API, ModioImage