ModHost Events |
The ModHost type exposes the following members.
Name | Description | |
---|---|---|
OnModUnloaded |
This event is triggered after a host has unloaded an existing mod from memory.
Only triggered when the host actually has a mod loaded.
| |
OnModWillUnload |
This event is triggered just before a mod is about to be unloaded.
This allows you to perform cleanup tasks or similar before the mod is destroyed.
Only triggered when the host actually has a mod loaded.
|