get_project_setting
Retrieve the value of a specific setting from a Godot project's configuration file by providing the project path and setting key.
Instructions
Read a project setting from project.godot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| setting | Yes | Setting key (e.g. application/config/name) |