|
@@ -974,7 +974,7 @@ public:
|
|
|
|
|
|
#ifdef TOOLS_ENABLED
|
|
|
virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const;
|
|
|
- void editor_set_section_unfold(const String &p_section, bool p_unfolded);
|
|
|
+ void editor_set_section_unfold(const String &p_section, bool p_unfolded, bool p_initializing = false);
|
|
|
bool editor_is_section_unfolded(const String &p_section);
|
|
|
const HashSet<String> &editor_get_section_folding() const { return editor_section_folding; }
|
|
|
void editor_clear_section_folding() { editor_section_folding.clear(); }
|