diff options
author | Nathan Hold <nathanhold@hotmail.com> | 2019-06-11 00:37:41 +1000 |
---|---|---|
committer | Nathan Hold <nathanhold@hotmail.com> | 2019-07-02 12:42:37 +1000 |
commit | bd9cc84fdc89d37e184e0a9134c994b11ca6008d (patch) | |
tree | 126101d5ff28eb1c3e32521da563a742d029b077 /editor/editor_properties_array_dict.h | |
parent | 7f3c2e7b0c722c8cef026a7a15ed9296c3c22407 (diff) | |
download | redot-engine-bd9cc84fdc89d37e184e0a9134c994b11ca6008d.tar.gz |
Add option to remove array item and button to remove typed array item
Diffstat (limited to 'editor/editor_properties_array_dict.h')
-rw-r--r-- | editor/editor_properties_array_dict.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_properties_array_dict.h b/editor/editor_properties_array_dict.h index ff759105c3..3ee5640198 100644 --- a/editor/editor_properties_array_dict.h +++ b/editor/editor_properties_array_dict.h @@ -105,6 +105,7 @@ class EditorPropertyArray : public EditorProperty { void _change_type_menu(int p_index); void _object_id_selected(const String &p_property, ObjectID p_id); + void _remove_pressed(int p_index); protected: static void _bind_methods(); |