Click or drag to resize

ModOnLoadComplete Event

Triggered when any mod host has completed the loading process even if the load failed. The ModHost that triggered the event will be passed as an argument. If multiple load requests are issued, this event will be triggered for each load request.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static event Action<ModHost> OnLoadComplete

Value

Type: SystemActionModHost
See Also