remove_node
Remove a specified node from a terrain graph, deleting all its incoming and outgoing connections.
Instructions
Remove a node and all its connections (both incoming and outgoing) from the terrain graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Node ID to remove | |
| filename | Yes | Path to .terrain file |