Further cleanup of VisualScript references
This commit is contained in:
@@ -19,14 +19,14 @@
|
||||
<method name="get_base_editor" qualifiers="const">
|
||||
<return type="Control" />
|
||||
<description>
|
||||
Returns the underlying [Control] used for editing scripts. This can be either [CodeEdit] (for text scripts) or [GraphEdit] (for visual scripts).
|
||||
Returns the underlying [Control] used for editing scripts. For text scripts, this is a [CodeEdit].
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<signals>
|
||||
<signal name="edited_script_changed">
|
||||
<description>
|
||||
Emitted after script validation. For visual scripts on modification.
|
||||
Emitted after script validation.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="go_to_help">
|
||||
@@ -37,13 +37,13 @@
|
||||
</signal>
|
||||
<signal name="name_changed">
|
||||
<description>
|
||||
Emitted after script validation or when the edited resource has changed. Not used by visual scripts.
|
||||
Emitted after script validation or when the edited resource has changed.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="replace_in_files_requested">
|
||||
<param index="0" name="text" type="String" />
|
||||
<description>
|
||||
Emitted when the user request to find and replace text in the file system. Not used by visual scripts.
|
||||
Emitted when the user request to find and replace text in the file system.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="request_help">
|
||||
@@ -67,7 +67,7 @@
|
||||
<signal name="search_in_files_requested">
|
||||
<param index="0" name="text" type="String" />
|
||||
<description>
|
||||
Emitted when the user request to search text in the file system. Not used by visual scripts.
|
||||
Emitted when the user request to search text in the file system.
|
||||
</description>
|
||||
</signal>
|
||||
</signals>
|
||||
|
||||
Reference in New Issue
Block a user