Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: PropellerSettings LoadSettings(string, LoggerBase, bool)

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

stringsettingsPath Path and filename of the settings to load.
LoggerBaselog Information about how the settings were loaded is logged here. Must not be null.
boolfirstRunEver Adjusts the log messages for improved human readability.