You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Merge pull request #88300 from FaycalElOuariachi/add-TreeItem-is_visible_in_tree
Add `is_visible_in_tree` in `TreeItem`
This commit is contained in:
@@ -438,6 +438,12 @@
|
||||
Returns [code]true[/code] if the given [param column] is selected.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_visible_in_tree" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
Returns [code]true[/code] if [member visible] is [code]true[/code] and all its ancestors are also visible.
|
||||
</description>
|
||||
</method>
|
||||
<method name="move_after">
|
||||
<return type="void" />
|
||||
<param index="0" name="item" type="TreeItem" />
|
||||
|
||||
Reference in New Issue
Block a user