Click or drag to resize

ModHostOnModWillUnload Event

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.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public event Action OnModWillUnload

Value

Type: SystemAction
See Also