Merge pull request #27870 from mawenzy/pr_gotoline

Bind goto_line function for Script Editor
This commit is contained in:
Rémi Verschelde
2019-04-30 10:53:23 +02:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@ -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>