get_project_setting
Read a Godot project setting by its property path to access configuration values programmatically.
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 |