classref: Sync with current master branch (621cadc)

This commit is contained in:
Godot Organization
2024-09-21 03:20:40 +00:00
parent 65177ea7d9
commit 0cf8e77ea9
42 changed files with 1107 additions and 256 deletions

View File

@@ -228,7 +228,7 @@ Returns ``true`` if the debugger is skipping breakpoints otherwise ``false``.
|void| **line_poll**\ (\ ) :ref:`🔗<class_EngineDebugger_method_line_poll>`
Forces a processing loop of debugger events. The purpose of this method is just processing events every now and then when the script might get too busy, so that bugs like infinite loops can be caught
Forces a processing loop of debugger events. The purpose of this method is just processing events every now and then when the script might get too busy, so that bugs like infinite loops can be caught.
.. rst-class:: classref-item-separator