Click or drag to resize

IModReferencesFindPrimary Method

Attempts to find the primary IModReference for this mod. The primary reference is useually the first referenced mod. A IModReference contains runtime information for the referenced mod.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IModReference FindPrimary()

Return Value

Type: IModReference
A IModReference if there is a primary reference or null if not
See Also