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

Getting Mods

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

(This page is under construction)

ModManager.GetAllInstalledMods() can be called to get a list of all of the directories containing installed mod data, with a bool parameter for excluding disabled mods.

ModManager.GetModProfile() and ModManager.GetModProfiles() provide convenience functions for checking the cache for mod profiles, and making a call to the API (through APIClient) if no data is found.

Clone this wiki locally