Commit 3fe993f
committed
blocks: Add remove node 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.1 parent 093f362 commit 3fe993f
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments