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

modio::Dependency

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

Soft mod dependency.

class Dependency
{
public:
  u32 mod_id;
  u32 date_added;
};
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.

See also: API, ModioDependency

Contents

Clone this wiki locally