mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Expose several EngineDebugger methods and signals as plugin callbacks
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user