Method | Description | |
---|---|---|
FindAlternateVersion ( IMod p_modMod, bool p_booExistingOnly ) : IMod |
This finds any mod in the candidate list that appears to be another version of the given mod.
|
|
ModMatcher ( IEnumerable |
A simple constructor that initializes the object with the given values.
|
public FindAlternateVersion ( IMod p_modMod, bool p_booExistingOnly ) : IMod | ||
p_modMod | IMod | The mod for which to find another version. |
p_booExistingOnly | bool | Whether the matcher should only match candidate mods that exist. |
return | IMod |
public ModMatcher ( IEnumerable |
||
p_enmModCandidates | IEnumerable |
The set of candidate mods against which to match the given mod. |
p_booAssumeAllExist | bool | Whether to assume all of the given candidates exist. |
return | System |