diff options
| author | Paulb23 | 2016-09-09 15:28:01 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2016-09-18 23:13:40 +0200 |
| commit | 71dc733ad2b96c943fafc2cd0f6d36e10038132d (patch) | |
| tree | aba5bb6db4a2f75d29f9ec5d914be2e1363be5c1 /doc/base/classes.xml | |
| parent | 04ade4d63978ebeb67a0a2c1d9179735bc6b1229 (diff) | |
| download | godot-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.xml | 7 |
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> |
