Skip to content

blocks: Add remove node block #259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 10, 2024
Merged

blocks: Add remove node block #259

merged 1 commit into from
Oct 10, 2024

Conversation

dbnicholson
Copy link
Member

When spawning nodes with SimpleSpawner, you likely need a way to delete the node eventually. While you can call queue_free on a node using the call_method_node block, it's nicer to hide the queue_free detail behind a block.

When spawning nodes with SimpleSpawner, you likely need a way to delete
the node eventually. While you can call queue_free on a node using the
call_method_node block, it's nicer to hide the queue_free detail behind
a block.
@wjt wjt merged commit 2dc28d5 into main Oct 10, 2024
3 checks passed
@wjt wjt deleted the remove_node_x branch October 10, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants