Merge pull request #27870 from mawenzy/pr_gotoline
Bind goto_line function for Script Editor
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user