Table of Contents

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 ModLoadingLocation

The loading location that triggered the event.

path string

The full name (including path) of the mod file that changed.