![]() |
Mod Helpers
v5.9.6
A centralized collection of library code, helpful services, and end-user functions for mod management and information.
|
Affixed to classes that wish to automatically run functios on mod load, post load, and unload. More...
Public Member Functions | |
void | OnModsLoad () |
Called during Mod.Load() . More... | |
void | OnPostModsLoad () |
Called after Mod.PostSetupContent() , Mod.AddRecipeGroups() , and Mod.PostAddRecipes() . More... | |
void | OnModsUnload () |
Called during Mod.Unload() . More... | |
Affixed to classes that wish to automatically run functios on mod load, post load, and unload.
Definition at line 8 of file ILoadable.cs.
void HamstarHelpers.Classes.Loadable.ILoadable.OnModsLoad | ( | ) |
Called during Mod.Load()
.
void HamstarHelpers.Classes.Loadable.ILoadable.OnModsUnload | ( | ) |
Called during Mod.Unload()
.
void HamstarHelpers.Classes.Loadable.ILoadable.OnPostModsLoad | ( | ) |
Called after Mod.PostSetupContent()
, Mod.AddRecipeGroups()
, and Mod.PostAddRecipes()
.