diff options
author | AeioMuch <75151379+AeioMuch@users.noreply.github.com> | 2024-03-25 12:13:36 +0100 |
---|---|---|
committer | AeioMuch <75151379+AeioMuch@users.noreply.github.com> | 2024-04-06 08:18:44 +0200 |
commit | 409c71bdfd8e0a08fd726225ebdce16bc60a4570 (patch) | |
tree | f0b3a40aff823abdad78f4f4f3ae2b1b5d2f3970 /editor/editor_properties_array_dict.h | |
parent | 0acfb38376f3b337e795be8f2b08d46105f62db9 (diff) | |
download | redot-engine-409c71bdfd8e0a08fd726225ebdce16bc60a4570.tar.gz |
Allow batch drag and drop in typed array of Node and NodePath.
Diffstat (limited to 'editor/editor_properties_array_dict.h')
-rw-r--r-- | editor/editor_properties_array_dict.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_properties_array_dict.h b/editor/editor_properties_array_dict.h index b1bf45f1b7..dae0fc52a6 100644 --- a/editor/editor_properties_array_dict.h +++ b/editor/editor_properties_array_dict.h @@ -135,6 +135,8 @@ class EditorPropertyArray : public EditorProperty { void _reorder_button_up(); void _create_new_property_slot(); + Node *get_base_node(); + protected: Ref<EditorPropertyArrayObject> object; |