remove_from_group
Remove a node from a specific group in a Godot project. Specify the project, scene, node, and group to disassociate.
Instructions
Remove a node from a group
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 |