rename_node
Rename any node in the Godot scene tree by providing its current path and desired new name.
Instructions
Rename a node in the scene tree
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Current node path | |
| new_name | Yes | New name for the node |