mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Add get_base_editor to ScriptEditorBase
This commit is contained in:
@@ -18,6 +18,13 @@
|
||||
Adds a [EditorSyntaxHighlighter] to the open script.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_base_editor" qualifiers="const">
|
||||
<return type="Control">
|
||||
</return>
|
||||
<description>
|
||||
Returns the underlying [Control] used for editing scripts. This can be either [CodeEdit] (for text scripts) or [GraphEdit] (for visual scripts).
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<signals>
|
||||
<signal name="edited_script_changed">
|
||||
|
||||
Reference in New Issue
Block a user