summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-04-30 10:53:23 +0200
committerGitHub <noreply@github.com>2019-04-30 10:53:23 +0200
commit5313ce232dc81ed454d1ee7de6da84336e4ff30c (patch)
treec6f36bcb82e35646ba993e5d02a935da9ca8646d /doc
parentceebd748b94a3ba5d294b24a863a9e9c70a1b721 (diff)
parentd87021de93a2620de3a2a13815d37ebd484fc545 (diff)
Merge pull request #27870 from mawenzy/pr_gotoline
Bind goto_line function for Script Editor
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/ScriptEditor.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/classes/ScriptEditor.xml b/doc/classes/ScriptEditor.xml
index 666ab15802..28e1f75ac1 100644
--- a/doc/classes/ScriptEditor.xml
+++ b/doc/classes/ScriptEditor.xml
@@ -55,6 +55,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>