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

ModioMedia

Ahmed Castro edited this page Dec 2, 2017 · 9 revisions
class Media
{
public:
  std::vector<std::string> youtube;
  std::vector<std::string> sketchfab;
  std::vector<Image> images;
};

API schema: Mod Object

Name Type Description
youtube std::vector<std::string> Youtube links vector
sketchfab std::vector<std::string> Sketchfab links vector
images std::vector<Image> Image object vector

Contents

Clone this wiki locally