save_scene
Save changes to a Godot scene file. Optionally create a variant by providing a new path.
Instructions
Save changes to a scene file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newPath | No | Optional: New path to save the scene to (for creating variants) | |
| scenePath | Yes | Scene file path (relative to project) | |
| projectPath | Yes | Godot project path |