modio::Icon - modio/modio-sdk-legacy GitHub Wiki

Icon image contained by the modio::Game object.

class Icon
{
public:
  std::string filename;
  std::string original;
  std::string thumb_64x64;
  std::string thumb_128x128;
  std::string thumb_256x256;
};
Name Type Description
filename std::string Icon filename including extension.
original std::string URL to the full-sized icon.
thumb_64x64 std::string URL to small thumbnail image
thumb_128x128 std::string URL to medium thumbnail image
thumb_256x256 std::string URL to large thumbnail image

See also: API, ModioIcon