mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Added Node name to print() when printing Nodes.
(cherry picked from commit 3ca25ffe8a)
This commit is contained in:
@@ -314,6 +314,8 @@ public:
|
||||
bool is_editable_instance(const Node *p_node) const;
|
||||
Node *get_deepest_editable_node(Node *start_node) const;
|
||||
|
||||
virtual String to_string();
|
||||
|
||||
/* NOTIFICATIONS */
|
||||
|
||||
void propagate_notification(int p_notification);
|
||||
|
||||
Reference in New Issue
Block a user