diff options
author | ajreckof <tbonhoure@ymail.com> | 2024-07-22 09:53:03 +0200 |
---|---|---|
committer | ajreckof <tbonhoure@ymail.com> | 2024-07-22 09:53:03 +0200 |
commit | f46e94d460b8a355acb266dbd20a5483dc967498 (patch) | |
tree | 0c8030166614d38dfdab55e27a04a840e7089b18 /editor/editor_properties_array_dict.h | |
parent | e25f3c0d38d457b15a63720240736f564ce0501b (diff) | |
download | redot-engine-f46e94d460b8a355acb266dbd20a5483dc967498.tar.gz |
Fix Object encoded as id in dictionnaries to be represented as int in the inspector.
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(); |