Fix get_v_scroll() desctiption in ItemList

(cherry picked from commit f97ab4a0e4)
This commit is contained in:
kobewi 2021-12-24 21:10:34 +01:00 committed by Rémi Verschelde
parent e807d2e6f0
commit 7324ad6462
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,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>