diff options
author | mawenzy <mawenzy@users.noreply.github.com> | 2019-04-09 22:07:13 +0200 |
---|---|---|
committer | mawenzy <mawenzy@users.noreply.github.com> | 2019-04-16 17:32:10 +0200 |
commit | d87021de93a2620de3a2a13815d37ebd484fc545 (patch) | |
tree | 90bdd1389168c36be6b3872a77f4898bb903d957 /doc/classes | |
parent | 7a0c086e45d91b7c3bfbba93c17ed2c205dd17e1 (diff) |
Bind goto_line function for Script Editor #9153
- added doc for ScriptEditor:goto_line
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/ScriptEditor.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/classes/ScriptEditor.xml b/doc/classes/ScriptEditor.xml index 8f1f393da4..ab646a3854 100644 --- a/doc/classes/ScriptEditor.xml +++ b/doc/classes/ScriptEditor.xml @@ -57,6 +57,15 @@ Returns an array with all [Script] objects which are currently open in editor. </description> </method> + <method name="goto_line"> + <return type="void"> + </return> + <argument index="0" name="line_number" type="int"> + </argument> + <description> + Goes to the specified line in the current script. + </description> + </method> <method name="open_script_create_dialog"> <return type="void"> </return> |