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
modLocation
ModLoadingLocationThe loading location that triggered the event.
path
stringThe full name (including path) of the mod file that changed.