modio::Logo - modio/modio-sdk-legacy GitHub Wiki
Game or mod logo image.
class Logo
{
public:
std::string filename;
std::string original;
std::string thumb_320x180;
std::string thumb_640x360;
std::string thumb_1280x720;
};
Name | Type | Description |
---|---|---|
filename | std::string |
Logo filename including extension. |
original | std::string |
URL to the full-sized logo. |
thumb_320x180 | std::string |
URL to the small logo thumbnail. |
thumb_640x360 | std::string |
URL to the small logo thumbnail. |
thumb_1280x720 | std::string |
URL to the small logo thumbnail. |