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

ModioDependency

Ahmed Castro edited this page Aug 29, 2018 · 3 revisions

The ModioDependency structure is returned by the Dependencies (C compatible) functions. They represent mods soft dependencies.

struct ModioDependency
{
  u32 mod_id;
  u32 date_added;
};

API schemas: Mod Dependencies Object

C++ wrapper: modio::Dependency

Name Type Description
mod_id u32 Unique id of the mod that is the dependency.
date_added u32 Unix timestamp of date the dependency was added.

Contents

Clone this wiki locally