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

modio::Download

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

Download url contained by the modio::Modfile object.

class Download
{
public:
  u32 date_expires;
  std::string binary_url;
};
Name Type Description
date_expires u32 Unix timestamp of when the binary_url will expire.
binary_url std::string URL to download the file from the mod.io CDN.

See also: API, ModioDownload

Contents

Clone this wiki locally