Fix problems with scripts and metadata in remote objects

This commit is contained in:
Michael Alexsander 2025-06-13 10:56:58 -03:00
parent 591e70ff78
commit 96e9670963
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA
2 changed files with 32 additions and 40 deletions

View file

@ -53,6 +53,9 @@ public:
List<PropertyInfo> prop_list;
HashMap<StringName, TypedDictionary<uint64_t, Variant>> prop_values;
bool _hide_script_from_inspector() { return true; }
bool _hide_metadata_from_inspector() { return true; }
void set_property_field(const StringName &p_property, const Variant &p_value, const String &p_field);
String get_title();
Variant get_variant(const StringName &p_name);