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

modio::Icon

Ahmed Castro edited this page Jul 14, 2019 · 3 revisions

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

Contents

Clone this wiki locally