Expose several EngineDebugger methods and signals as plugin callbacks

This commit is contained in:
Chris Cranford
2024-01-02 14:07:10 -05:00
parent 5833f59786
commit 8577340501
9 changed files with 256 additions and 1 deletions

View File

@@ -108,6 +108,13 @@
<description>
</description>
</method>
<method name="_debug_get_stack_level_source" qualifiers="virtual const">
<return type="String" />
<param index="0" name="level" type="int" />
<description>
Returns the source associated with a given debug stack position.
</description>
</method>
<method name="_debug_parse_stack_level_expression" qualifiers="virtual">
<return type="String" />
<param index="0" name="level" type="int" />