summaryrefslogtreecommitdiffstats
path: root/doc/classes/ItemList.xml
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2021-12-24 21:10:34 +0100
committerkobewi <kobewi4e@gmail.com>2021-12-24 21:10:34 +0100
commitf97ab4a0e463de62f5b663764c5c82a3f96f2d65 (patch)
tree8727a7c612eca75cd49d945db3803487d7802b2b /doc/classes/ItemList.xml
parent28174d531b7128f0281fc2b88da2f4962fd3513e (diff)
downloadredot-engine-f97ab4a0e463de62f5b663764c5c82a3f96f2d65.tar.gz
Fix get_v_scroll() desctiption in ItemList
Diffstat (limited to 'doc/classes/ItemList.xml')
-rw-r--r--doc/classes/ItemList.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml
index 7263687ea8..7482ad8511 100644
--- a/doc/classes/ItemList.xml
+++ b/doc/classes/ItemList.xml
@@ -158,7 +158,7 @@
<method name="get_v_scroll">
<return type="VScrollBar" />
<description>
- Returns the [Object] ID associated with the list.
+ Returns the vertical scrollbar.
[b]Warning:[/b] This is a required internal node, removing and freeing it may cause a crash. If you wish to hide it or any of its children, use their [member CanvasItem.visible] property.
</description>
</method>