You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Merge pull request #107862 from Naros/scripteditor-clear-docs-from-script
Expose `ScriptEditor.clear_docs_from_script`
This commit is contained in:
@@ -10,6 +10,14 @@
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="clear_docs_from_script">
|
||||
<return type="void" />
|
||||
<param index="0" name="script" type="Script" />
|
||||
<description>
|
||||
Removes the documentation for the given [param script].
|
||||
[b]Note:[/b] This should be called whenever the script is changed to keep the open documentation state up to date.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_breakpoints">
|
||||
<return type="PackedStringArray" />
|
||||
<description>
|
||||
@@ -103,7 +111,7 @@
|
||||
<return type="void" />
|
||||
<param index="0" name="script" type="Script" />
|
||||
<description>
|
||||
Updates the documentation for the given [param script] if the script's documentation is currently open.
|
||||
Updates the documentation for the given [param script].
|
||||
[b]Note:[/b] This should be called whenever the script is changed to keep the open documentation state up to date.
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user