ProjectSettingsSingleton.save

Saves the configuration to the project.godot file. Note: This method is intended to be used by editor plugins, as modified ProjectSettings can't be loaded back in the running app. If you want to change project settings in exported projects, use saveCustom to save override.cfg file.

struct ProjectSettingsSingleton
@nogc nothrow
GodotError
save
()

Meta