From 5d06843fcfe8a7c620ee3b31b82edc930433ad81 Mon Sep 17 00:00:00 2001 From: Guilherme Sousa Date: Sat, 8 Oct 2022 00:16:54 +0200 Subject: Added custom node export --- editor/editor_node.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor/editor_node.h') diff --git a/editor/editor_node.h b/editor/editor_node.h index 9452425dc8..b5d844558e 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -827,6 +827,8 @@ public: Ref get_object_icon(const Object *p_object, const String &p_fallback = "Object"); Ref get_class_icon(const String &p_class, const String &p_fallback = "Object") const; + bool is_object_of_custom_type(const Object *p_object, const StringName &p_class); + void show_accept(const String &p_text, const String &p_title); void show_save_accept(const String &p_text, const String &p_title); void show_warning(const String &p_text, const String &p_title = TTR("Warning!")); -- cgit v1.2.3