Click or drag to resize

IModReferencesFind Method

Attempts to find a IModReference with the specified name. 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 Find(
	string referenceName
)

Parameters

referenceName
Type: SystemString
The name of the reference to search for

Return Value

Type: IModReference
A IModReference if the reference was found or null if not
See Also