ModioDependency - modio/modio-sdk-legacy GitHub Wiki
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. |