mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
classref: Sync with current master branch (ebc36a7)
This commit is contained in:
@@ -31,6 +31,8 @@ Methods
|
||||
.. table::
|
||||
:widths: auto
|
||||
|
||||
+------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| |void| | :ref:`clear_docs_from_script<class_ScriptEditor_method_clear_docs_from_script>`\ (\ script\: :ref:`Script<class_Script>`\ ) |
|
||||
+------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| :ref:`PackedStringArray<class_PackedStringArray>` | :ref:`get_breakpoints<class_ScriptEditor_method_get_breakpoints>`\ (\ ) |
|
||||
+------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
@@ -93,6 +95,20 @@ Emitted when editor is about to close the active script. Argument is a :ref:`Scr
|
||||
Method Descriptions
|
||||
-------------------
|
||||
|
||||
.. _class_ScriptEditor_method_clear_docs_from_script:
|
||||
|
||||
.. rst-class:: classref-method
|
||||
|
||||
|void| **clear_docs_from_script**\ (\ script\: :ref:`Script<class_Script>`\ ) :ref:`🔗<class_ScriptEditor_method_clear_docs_from_script>`
|
||||
|
||||
Removes the documentation for the given ``script``.
|
||||
|
||||
\ **Note:** This should be called whenever the script is changed to keep the open documentation state up to date.
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
----
|
||||
|
||||
.. _class_ScriptEditor_method_get_breakpoints:
|
||||
|
||||
.. rst-class:: classref-method
|
||||
@@ -246,7 +262,7 @@ Unregisters the :ref:`EditorSyntaxHighlighter<class_EditorSyntaxHighlighter>` fr
|
||||
|
||||
|void| **update_docs_from_script**\ (\ script\: :ref:`Script<class_Script>`\ ) :ref:`🔗<class_ScriptEditor_method_update_docs_from_script>`
|
||||
|
||||
Updates the documentation for the given ``script`` if the script's documentation is currently open.
|
||||
Updates the documentation for the given ``script``.
|
||||
|
||||
\ **Note:** This should be called whenever the script is changed to keep the open documentation state up to date.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user