◆ IsModIdentifierValid()
| static bool Pathfinder.Pathfinder.IsModIdentifierValid |
( |
string |
id, |
|
|
bool |
shouldThrowReason = false |
|
) |
| |
|
static |
- Returns
true, if mod identifier is valid, false otherwise.
- Parameters
-
| id | The Mod Identifier. |
| shouldThrowReason | If set to true then this method will throw. |
◆ IsModLoaded()
| static bool Pathfinder.Pathfinder.IsModLoaded |
( |
string |
id | ) |
|
|
static |
- Returns
true, if mod is loaded, false otherwise.
- Parameters
-
◆ CurrentMod
| IMod Pathfinder.Pathfinder.CurrentMod => Manager.CurrentMod |
|
static |
◆ DepFolderPath
| string Pathfinder.Pathfinder.DepFolderPath => Manager.DepFolderPath |
|
static |
◆ LoadedModIdentifiers
| List<string> Pathfinder.Pathfinder.LoadedModIdentifiers => Manager.LoadedModIds |
|
static |
The loaded mod identifiers.
◆ ModFolderPath
| string Pathfinder.Pathfinder.ModFolderPath => Manager.ModFolderPath |
|
static |
◆ UnloadedModIdentifiers
| List<string> Pathfinder.Pathfinder.UnloadedModIdentifiers => Manager.UnloadedModIds.ToList() |
|
static |
The documentation for this class was generated from the following file: