summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2022-01-04 13:50:37 +0100
committerGitHub <noreply@github.com>2022-01-04 13:50:37 +0100
commit9623fdf141aa65e8017d95b95940c8bc7938a6d2 (patch)
treeab0fc48a92ac115cfcb8cea3639fb85acc99d110
parentca8f0a910b73a7143fca15d989964857c099f0e1 (diff)
parentf97ab4a0e463de62f5b663764c5c82a3f96f2d65 (diff)
Merge pull request #56228 from KoBeWi/returns_what
Fix get_v_scroll() desctiption in ItemList
-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 7af19301f6..593d0c9523 100644
--- a/doc/classes/ItemList.xml
+++ b/doc/classes/ItemList.xml
@@ -158,7 +158,7 @@
<method name="get_v_scroll_bar">
<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>