diff options
author | kobewi <kobewi4e@gmail.com> | 2021-12-24 21:10:34 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2021-12-24 21:10:34 +0100 |
commit | f97ab4a0e463de62f5b663764c5c82a3f96f2d65 (patch) | |
tree | 8727a7c612eca75cd49d945db3803487d7802b2b /doc/classes/ItemList.xml | |
parent | 28174d531b7128f0281fc2b88da2f4962fd3513e (diff) | |
download | redot-engine-f97ab4a0e463de62f5b663764c5c82a3f96f2d65.tar.gz |
Fix get_v_scroll() desctiption in ItemList
Diffstat (limited to 'doc/classes/ItemList.xml')
-rw-r--r-- | doc/classes/ItemList.xml | 2 |
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> |