reparent_node
Move a node to a new parent within the same Godot scene by providing project, scene, node, and parent paths.
Instructions
Move a node to a different parent within the same scene
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodePath | Yes | Path to the node to move (e.g., "root/Child") | |
| scenePath | Yes | Path to the scene file (relative to project) | |
| projectPath | Yes | Path to the Godot project directory | |
| newParentPath | Yes | Path to the new parent node (e.g., "root/NewParent") |