Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Subscriptions

Ahmed Castro edited this page Jul 9, 2019 · 7 revisions

SubscribeToMod

Subscribe the authenticated user to a corresponding mod. This will automatically download the mod locally.

Parameters

Name Type Description
ModId int32 Mod's unique identifier.
Delegate FModioModDelegate ModioModDelegate containing the ModioMod the user just subscribed. This is called when the process finished

get_all_mods

See also: API endpoint, SDK function

SubscribeToMod

Unsubscribe the authenticated user from the corresponding mod. This will automatically uninstall the mod locally.

Parameters

Name Type Description
ModId int32 Mod's unique identifier.
Delegate FModioGenericDelegate ModioGenericDelegate called when the process finished.

get_all_mods

See also: API endpoint, SDK function