Clarify EngineDebugger and EditorDebugger* documentation

This commit is contained in:
Danil Alexeev
2024-10-21 11:36:59 +03:00
parent 44fa552343
commit be41e6f84e
4 changed files with 30 additions and 9 deletions

View File

@ -14,7 +14,7 @@
<return type="void" />
<param index="0" name="control" type="Control" />
<description>
Adds the given [param control] to the debug session UI in the debugger bottom panel.
Adds the given [param control] to the debug session UI in the debugger bottom panel. The [param control]'s node name will be used as the tab title.
</description>
</method>
<method name="is_active">