Method GetMods
| Improve this Doc View SourceGetMods(bool)
Get all loaded mod's metadata which are depending on Jötunn
Declaration
public static IEnumerable<ModRegistry.ModInfo> GetMods(bool includingJotunn = false)
Parameters
Type | Name | Description |
---|---|---|
bool | includingJotunn |
Returns
Type | Description |
---|---|
IEnumerable<ModRegistry.ModInfo> | An IEnumerable<T> of ModRegistry.ModInfo for all loaded mods |