get_project_setting
Read a Godot project setting by its property path, such as application/run/main_scene, to retrieve the configured value.
Instructions
Read a ProjectSettings value by its property path (e.g. application/run/main_scene). Pass it as 'setting' ('name' is also accepted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| setting | No |