diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-22 11:07:39 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-22 11:07:39 +0100 |
commit | bda87300e8d846987c1a6c4216c201c5ce16b8fe (patch) | |
tree | 52d8b14a5ca292e76f552522e66163ac377cbf3f /doc/classes | |
parent | c3539b4561f9b4d7dc4ba1c5859217e7fbf9c6fe (diff) | |
parent | 4ae168eb040404a297b326e07c30c3871be923de (diff) |
Merge pull request #71770 from KoBeWi/better_editing_or_something
Rework EditorPlugin editing logic
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/EditorPlugin.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index 370be8e9f3..326c4f6456 100644 --- a/doc/classes/EditorPlugin.xml +++ b/doc/classes/EditorPlugin.xml @@ -41,6 +41,7 @@ <param index="0" name="object" type="Variant" /> <description> This function is used for plugins that edit specific object types (nodes or resources). It requests the editor to edit the given object. + [param object] can be [code]null[/code] if the plugin was editing an object, but there is no longer any selected object handled by this plugin. It can be used to cleanup editing state. </description> </method> <method name="_enable_plugin" qualifiers="virtual"> |