mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Merge pull request #94047 from KoBeWi/resource_printer
Improve `to_string()` and add it to Resource
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user