Click or drag to resize

ModOnResolveReference Event

Called during mod loading when a reference needs to be loaded but cant be resolved automatically by the loader. This allows you to manually specify the Uri location of the referenced mod.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static event Func<IModNameInfo, Uri> OnResolveReference

Value

Type: SystemFuncIModNameInfo, Uri
See Also