Click or drag to resize

IModReferencesExists Method

Checks whether the current mod references a mod with the specified name.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
bool Exists(
	string referenceName
)

Parameters

referenceName
Type: SystemString
The reference name to search for

Return Value

Type: Boolean
True if the specified name is referenced by this mod or false if not
See Also