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

ModIO.ModManager.GetModfile

Jackson Wood edited this page Feb 20, 2019 · 5 revisions

ModManager.GetModfile

public static void GetModfile(int modId, int modfileId, Action<Modfile> onSuccess, Action<WebRequestError> onError);

Parameters

Name Description
modId
modfileId
onSuccess
onError

Description

Fetches and caches a Modfile (if not already cached).

Clone this wiki locally