Delegate HotReloadModEventHandler
- Namespace
- MonkeyLoader.Meta
- Assembly
- MonkeyLoader.dll
Loads or unloads the mod located at the given path.
public delegate void HotReloadModEventHandler(ModLoadingLocation modLocation, string path)
Parameters
modLocationModLoadingLocationThe loading location that triggered the event.
pathstringThe full name (including path) of the mod file that changed.