diff options
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 267cb1e86d..acde766754 100644 --- a/editor/editor_properties_array_dict.h +++ b/editor/editor_properties_array_dict.h @@ -77,6 +77,7 @@ public: NEW_VALUE_INDEX, }; + bool get_by_property_name(const String &p_name, Variant &r_ret) const; void set_dict(const Dictionary &p_dict); Dictionary get_dict(); |