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 bool Exists(
string referenceName
)
Parameters
- referenceName
- Type: SystemString
The reference name to search for
Return Value
Type:
BooleanTrue if the specified name is referenced by this mod or false if not
See Also