diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-04-30 10:53:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 10:53:23 +0200 |
commit | 5313ce232dc81ed454d1ee7de6da84336e4ff30c (patch) | |
tree | c6f36bcb82e35646ba993e5d02a935da9ca8646d /doc | |
parent | ceebd748b94a3ba5d294b24a863a9e9c70a1b721 (diff) | |
parent | d87021de93a2620de3a2a13815d37ebd484fc545 (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.xml | 9 |
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> |