Bind goto_line function for Script Editor #9153

- added doc for ScriptEditor:goto_line
This commit is contained in:
mawenzy
2019-04-09 22:07:13 +02:00
parent 7a0c086e45
commit d87021de93
2 changed files with 10 additions and 0 deletions

View File

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