diff options
author | Karroffel <therzog@mail.de> | 2017-08-19 15:17:06 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-08-19 15:22:37 +0200 |
commit | 390f7def39a6ff9a34a3a85f6b180d341b52d869 (patch) | |
tree | 8d3a5c1cd49cdc73eb9a15a91b9d2bb37c884f4b /editor/icons/icon_arrow_right.svg | |
parent | 5d85108f9448ac47b871f19c8af4652b7d3dea9d (diff) |
add "propagate_call" method to Node
It is possible to propagate a notification down the Node tree by
using `propagate_notification`, but there was no such method for
doing the same but with method calls.
This commit adds the `propagate_call` method, which calls a method
on a node and all child nodes. An optional paramter `parent_first`
determines whether the parent node gets called before or after the
children have been visited. It defaults to false, so the parent
gets called last.
Diffstat (limited to 'editor/icons/icon_arrow_right.svg')
0 files changed, 0 insertions, 0 deletions