Click or drag to resize

IModReferences Methods

The IModReferences type exposes the following members.

Methods
  NameDescription
Public methodExists
Checks whether the current mod references a mod with the specified name.
Public methodFind
Attempts to find a IModReference with the specified name. A IModReference contains runtime information for the referenced mod.
Public methodFindAll
Attempts to get an array of IModReference representing all referenced mods. A IModReference contains runtime information for the referenced mod.
Public methodFindAllNames
Attempts to get an array of IModNameInfo representing the names of all referenced mods.
Public methodFindPrimary
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.
Top
See Also