diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-08-24 08:54:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 08:54:05 +0200 |
commit | 792f7cc28c346a06564f6da54520cb02a837f04d (patch) | |
tree | 4c9ed9d3e6fa314327b3dc39f552df7ebb8384a2 /doc/classes | |
parent | 7055200bb00d23281224fccfca64549525faea57 (diff) | |
parent | dd814a0dca13d28edf20d71c79bb0a0d99954685 (diff) |
Merge pull request #63282 from V-Sekai/disable_foreign_resource_edits
Disable editing properties in foreign resources
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/EditorResourcePicker.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/EditorResourcePicker.xml b/doc/classes/EditorResourcePicker.xml index c88a7b75b0..4182ab3c16 100644 --- a/doc/classes/EditorResourcePicker.xml +++ b/doc/classes/EditorResourcePicker.xml @@ -62,9 +62,9 @@ </signal> <signal name="resource_selected"> <param index="0" name="resource" type="Resource" /> - <param index="1" name="edit" type="bool" /> + <param index="1" name="inspect" type="bool" /> <description> - Emitted when the resource value was set and user clicked to edit it. When [param edit] is [code]true[/code], the signal was caused by the context menu "Edit" option. + Emitted when the resource value was set and user clicked to edit it. When [param inspect] is [code]true[/code], the signal was caused by the context menu "Edit" or "Inspect" option. </description> </signal> </signals> |