Reads a configuration file and applies the settings therein to passed objects. Merely wraps the other readConfigInto overload and distinguishes itself from it by not taking the two string[][string] out parameters it does.
Filename of file to read from.
Reference variadic list of things to set values of, according to the text in the configuration file.
Reads a configuration file and applies the settings therein to passed objects. Merely wraps the other readConfigInto overload and distinguishes itself from it by not taking the two string[][string] out parameters it does.