save_scene
Save a Godot scene file to its project path, or save-as to an alternate path by providing a new location. Ensures scene edits are written to disk.
Instructions
Save (or save-as) a Godot scene file.
Args: project_path: Absolute path to the Godot project directory. scene_path: Scene path relative to project. new_path: If provided, save to this alternate path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_path | No | ||
| scene_path | Yes | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |