update_script
Overwrite the content of an existing script file in a Godot project. Specify project path, script path, and new full content.
Instructions
Update/overwrite the contents of an existing script file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | ||
| scriptPath | Yes | Script path relative to project | |
| content | Yes | New full content for the script |