aboutsummaryrefslogtreecommitdiff
path: root/doc/base/classes.xml
diff options
context:
space:
mode:
authorPaulb232016-09-09 15:28:01 +0100
committerRémi Verschelde2016-09-18 23:13:40 +0200
commit71dc733ad2b96c943fafc2cd0f6d36e10038132d (patch)
treeaba5bb6db4a2f75d29f9ec5d914be2e1363be5c1 /doc/base/classes.xml
parent04ade4d63978ebeb67a0a2c1d9179735bc6b1229 (diff)
downloadgodot-71dc733ad2b96c943fafc2cd0f6d36e10038132d.tar.gz
godot-71dc733ad2b96c943fafc2cd0f6d36e10038132d.tar.zst
godot-71dc733ad2b96c943fafc2cd0f6d36e10038132d.zip
Added ItemList get_v_scroll to docs
(cherry picked from commit 7d455fca71c37563f3a57c91b716c66101ce03fc)
Diffstat (limited to 'doc/base/classes.xml')
-rw-r--r--doc/base/classes.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 91b2f03e8..72ffbde2a 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -17787,6 +17787,13 @@
Returns the list of selected indexes.
</description>
</method>
+ <method name="get_v_scroll">
+ <return type="VScrollBar">
+ </return>
+ <description>
+ Returns the current vertical scroll bar for the List.
+ </description>
+ </method>
<method name="is_item_disabled" qualifiers="const">
<return type="bool">
</return>