rename_node
Rename any node in a Godot scene by specifying the project, scene, node path, and new name.
Instructions
Rename a node in a scene
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | ||
| scenePath | Yes | ||
| nodePath | Yes | ||
| newName | Yes | New name for the node |