add_to_group
Add a node to a persistent group within a Godot scene. Specify project, scene, node path, and group name to save the node's group assignment.
Instructions
Add a node to a group (persistent, saved in the 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 | |
| group | Yes | Group name |