Click or drag to resize

ModHostReferencedMods Property

Get and array of IModInfo that the current mod references.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IModInfo[] ReferencedMods { get; }

Property Value

Type: IModInfo
See Also