remove_from_group
Removes a node from one or more groups in a Godot scene. Provide the project, scene, node path, and group names to update membership.
Instructions
Remove a node from one or more groups in a scene
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groups | Yes | Array of group names to remove the node from | |
| nodePath | Yes | Path to the node (e.g., 'root/Player') | |
| scenePath | Yes | Path to the scene file (relative to project) | |
| projectPath | Yes | Path to the Godot project directory |