mirror of
https://github.com/godotengine/godot.git
synced 2025-01-22 01:41:51 +00:00
Merge pull request #56228 from KoBeWi/returns_what
Fix get_v_scroll() desctiption in ItemList
This commit is contained in:
commit
9623fdf141
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user