Fix get_v_scroll() desctiption in ItemList

This commit is contained in:
kobewi 2021-12-24 21:10:34 +01:00
parent 28174d531b
commit f97ab4a0e4

View file

@ -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>