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

ModioDownload

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

Download url contained by the ModioModfile object.

struct ModioDownload
{
  char* binary_url;
  u32 date_expires;
};
Name Type Description
binary_url char* URL to download the file from the mod.io CDN.
date_expires u32 Unix timestamp of when the binary_url will expire.

See also: API, modio::Download

Contents

Clone this wiki locally