Bind ScriptEditor::save_all_scripts()

This commit is contained in:
nikitalita 2025-12-02 18:04:32 -08:00
parent 68410acc61
commit c695002176
2 changed files with 8 additions and 0 deletions

View file

@ -99,6 +99,12 @@
[b]Note:[/b] Does not apply to scripts that are already opened.
</description>
</method>
<method name="save_all_scripts">
<return type="void" />
<description>
Saves all open scripts.
</description>
</method>
<method name="unregister_syntax_highlighter">
<return type="void" />
<param index="0" name="syntax_highlighter" type="EditorSyntaxHighlighter" />