Declaration
public static PropellerSettings LoadSettings(
string settingsPath,
LoggerBase log,
bool firstRunEver
)
Summary
Loads Propeller settings from the appropriate location. Using this method ensures that settings are loaded in
exactly the same way and from the same place as the Propeller engine would load them.
Parameters
string | settingsPath |
Path and filename of the settings to load. |
LoggerBase | log |
Information about how the settings were loaded is logged here. Must not be null . |
bool | firstRunEver |
Adjusts the log messages for improved human readability. |