remove_from_group
Remove a node from a specified group in Godot .tscn scene files to manage scene organization and node relationships.
Instructions
Remove a node from a group in a .tscn scene file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene | Yes | Path to the .tscn file | |
| nodePath | Yes | Node path within the scene | |
| group | Yes | Group name to remove | |
| expectedHash | No | Expected content hash for stale-edit prevention |