Merge pull request #94047 from KoBeWi/resource_printer

Improve `to_string()` and add it to Resource
This commit is contained in:
Thaddeus Crews
2025-10-16 12:48:11 -05:00
13 changed files with 53 additions and 61 deletions

View File

@@ -407,6 +407,7 @@ protected:
void _call_unhandled_key_input(const Ref<InputEvent> &p_event);
void _validate_property(PropertyInfo &p_property) const;
virtual String _to_string() override;
Variant _get_node_rpc_config_bind() const {
return get_node_rpc_config().duplicate(true);
@@ -631,8 +632,6 @@ public:
#endif
void get_storable_properties(HashSet<StringName> &r_storable_properties) const;
virtual String to_string() override;
/* NOTIFICATIONS */
void propagate_notification(int p_notification);