Function ProjectSettingsSingleton.getSetting

Returns the value of a setting. Example:

Variant getSetting (
  const(String) name
) nothrow @nogc const;

print(ProjectSettings.get_setting("application/config/name"))