IModReferences Interface |
Namespace: UMod
public interface IModReferences
The IModReferences type exposes the following members.
Name | Description | |
---|---|---|
HasReferences |
Returns true if the current mod references one or more mods.
| |
ReferenceCount |
Get the number of mods that the current mod references.
|
Name | Description | |
---|---|---|
Exists |
Checks whether the current mod references a mod with the specified name.
| |
Find |
Attempts to find a IModReference with the specified name.
A IModReference contains runtime information for the referenced mod.
| |
FindAll |
Attempts to get an array of IModReference representing all referenced mods.
A IModReference contains runtime information for the referenced mod.
| |
FindAllNames |
Attempts to get an array of IModNameInfo representing the names of all referenced mods.
| |
FindPrimary |
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.
|