Click or drag to resize

ModHostOnModUnloaded Event

This event is triggered after a host has unloaded an existing mod from memory. 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 OnModUnloaded

Value

Type: SystemAction
See Also