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

ModioDownload

Ahmed Castro edited this page Feb 12, 2018 · 3 revisions

The ModioDownload structure contained by the ModioModfile object.

struct ModioDownload
{
  char* binary_url;
  u32 date_expires;
};

API schemas: Download Object

C++ wrapper: Download

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.

Contents

Clone this wiki locally