mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-16 17:33:13 +01:00
926 B
926 B
ModLoader
Namespace: TinyLife > Mods
Assembly: Tiny Life.dll
Summary
The mod loader loads TinyLife.Mods.Mod
instances from the TinyLife.Mods.ModLoader.GetModsFolder
.
Static Methods
Return | Name | Summary |
---|---|---|
DirectoryInfo | GetModsFolder ( ) | Returns a System.IO.DirectoryInfo pointing to the directory that mods should be put into and loaded from |
Boolean | TryGetModInfo ( String , out ModInfo ) |
This method can be used to gather a TinyLife.Mods.ModInfo for a mod that is currently loaded with the given id. If no mod with that id is currently loaded, this method returns false and assigns null to TinyLife.Mods.ModInfo . |