1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Add call_recursive method to TreeItem

This commit is contained in:
lupoDharkael
2018-10-07 18:25:57 +02:00
parent c432ce4ee1
commit 306e64a9f5
3 changed files with 58 additions and 0 deletions

View File

@@ -536,6 +536,15 @@
Sets the given column's tooltip text.
</description>
</method>
<method name="call_recursive" qualifiers="vararg">
<return type="Variant">
</return>
<argument index="0" name="method" type="String">
</argument>
<description>
Calls the [code]method[/code] on the actual TreeItem and its children recursively. Pass parameters as a comma separated list.
</description>
</method>
</methods>
<members>
<member name="collapsed" type="bool" setter="set_collapsed" getter="is_collapsed">