rename_node
Rename a 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 | Path to the Godot project directory | |
| scenePath | Yes | Path to the scene file | |
| nodePath | Yes | Path to the node to rename | |
| newName | Yes | The new name for the node |