Click or drag to resize

ModBehaviourOnModLoaded Method

Event method triggered when a mod host has successfully loaded a mod. This method provides the same callback behaviour as subscribing to the OnLoadComplete event.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected virtual void OnModLoaded(
	ModHost host
)

Parameters

host
Type: UModModHost

[Missing <param name="host"/> documentation for "M:UMod.ModBehaviour.OnModLoaded(UMod.ModHost)"]

See Also