From e647342140d8eb960b2a72d83b4b86e43aef4fc7 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 29 Oct 2018 16:36:31 -0300 Subject: Moved folding outside the resource files, now saved outside the project. --- core/object.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/object.h') diff --git a/core/object.h b/core/object.h index b23160c1df..0fee7c2157 100644 --- a/core/object.h +++ b/core/object.h @@ -723,6 +723,9 @@ public: #ifdef TOOLS_ENABLED void editor_set_section_unfold(const String &p_section, bool p_unfolded); bool editor_is_section_unfolded(const String &p_section); + const Set &editor_get_section_folding() const { return editor_section_folding; } + void editor_clear_section_folding() { editor_section_folding.clear(); } + #endif //used by script languages to store binding data -- cgit v1.2.3