Implement reloading of GDExtensions

This commit is contained in:
David Snopek
2023-08-04 20:34:14 -05:00
parent df0a822323
commit 2733a6f762
16 changed files with 805 additions and 89 deletions

View File

@@ -43,6 +43,13 @@
</description>
</method>
</methods>
<signals>
<signal name="extensions_reloaded">
<description>
Emitted after the editor has automatically reloaded any extensions.
</description>
</signal>
</signals>
<constants>
<constant name="LOAD_STATUS_OK" value="0" enum="LoadStatus">
</constant>