diff options
author | Slooth <bunchofslooths@gmail.com> | 2020-07-03 05:39:17 -0500 |
---|---|---|
committer | Slooth <bunchofslooths@gmail.com> | 2020-07-03 05:39:17 -0500 |
commit | 654d33866bc0a9135c43e115c0a99d0f044b4b42 (patch) | |
tree | e267c560f805c66eb2364aa8f768f9a6b8bb3f27 /doc/classes | |
parent | ad04cf0bfa22a5187c577a9c3af16ada11dd88cd (diff) |
Add documentation for center_viewport_to_cursor method
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/TextEdit.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 0c6615c53b..cfa6c7e444 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -48,6 +48,7 @@ <return type="void"> </return> <description> + Centers the viewport on the line the editing cursor is at. This also resets the [member scroll_horizontal] value to [code]0[/code]. </description> </method> <method name="clear_colors"> |