diff options
| author | Juan Linietsky <juan@godotengine.org> | 2018-10-29 16:36:31 -0300 |
|---|---|---|
| committer | Juan Linietsky <juan@godotengine.org> | 2018-10-29 16:37:09 -0300 |
| commit | e647342140d8eb960b2a72d83b4b86e43aef4fc7 (patch) | |
| tree | 31c57d44ce2c76197114e85e1733ed5d080bd50a /core/object.h | |
| parent | 786ece2375c607e79c52b71ff82ebb1a3c1af411 (diff) | |
| download | redot-engine-e647342140d8eb960b2a72d83b4b86e43aef4fc7.tar.gz | |
Moved folding outside the resource files, now saved outside the project.
Diffstat (limited to 'core/object.h')
| -rw-r--r-- | core/object.h | 3 |
1 files changed, 3 insertions, 0 deletions
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<String> &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 |
