feat: updated engine
This commit is contained in:
parent
cbe99774ff
commit
f4cf6b3999
6607 changed files with 910135 additions and 430025 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="ScriptEditorBase" inherits="VBoxContainer" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<class name="ScriptEditorBase" inherits="VBoxContainer" api_type="editor" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<brief_description>
|
||||
Base editor for editing scripts in the [ScriptEditor].
|
||||
</brief_description>
|
||||
|
|
@ -68,13 +68,13 @@
|
|||
</signal>
|
||||
<signal name="request_save_history">
|
||||
<description>
|
||||
Emitted when the user contextual goto and the item is in the same script.
|
||||
Emitted when the editor requests to save a new history navigation point.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="request_save_previous_state">
|
||||
<param index="0" name="state" type="Dictionary" />
|
||||
<description>
|
||||
Emitted when the user changes current script or moves caret by 10 or more columns within the same script.
|
||||
Emitted when the editor requests an update to its navigation point.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="search_in_files_requested">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue