summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPetePete1984 <k_iller21@hotmail.com>2018-01-21 12:09:57 +0100
committerRĂ©mi Verschelde <rverschelde@gmail.com>2018-01-22 16:22:17 +0100
commitf4d67433e7ffa2be15966c00e8e9d495bf42f8d0 (patch)
tree1833fa21f071175065e71516397292389c1d6c7a /doc
parentccfe9f049f508f70ddbce66327cf0b1c7538cb2e (diff)
More precise description for is_visible_in_tree
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/CanvasItem.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml
index ed53bc85be..0ec8da976c 100644
--- a/doc/classes/CanvasItem.xml
+++ b/doc/classes/CanvasItem.xml
@@ -415,7 +415,7 @@
<return type="bool">
</return>
<description>
- Returns [code]true[/code] if the node is in the [SceneTree] and is visible on-screen.
+ Returns [code]true[/code] if the node is present in the [SceneTree], its [member visible] property is [code]true[/code] and its inherited visibility is also [code]true[/code].
</description>
</method>
<method name="make_canvas_position_local" qualifiers="const">