diff options
| author | Juan Linietsky | 2016-06-28 13:10:15 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-06-28 13:10:15 -0300 |
| commit | 5065e46381814746eeddb4c44b5eb1540b0331f8 (patch) | |
| tree | 95f00c4e0e10d1765f5643a3f83e2e1938582253 /scene/main/node.h | |
| parent | 519fce94e97888d37efc11b44e6cc6cb01b51a3a (diff) | |
| download | godot-5065e46381814746eeddb4c44b5eb1540b0331f8.tar.gz godot-5065e46381814746eeddb4c44b5eb1540b0331f8.tar.zst godot-5065e46381814746eeddb4c44b5eb1540b0331f8.zip | |
Diffstat (limited to 'scene/main/node.h')
| -rw-r--r-- | scene/main/node.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/main/node.h b/scene/main/node.h index 88334f32f..dcc3829d1 100644 --- a/scene/main/node.h +++ b/scene/main/node.h @@ -111,6 +111,7 @@ private: bool in_constructor; bool use_placeholder; + bool display_folded; } data; @@ -325,6 +326,8 @@ public: void update_configuration_warning(); + void set_display_folded(bool p_folded); + bool is_displayed_folded() const; /* CANVAS */ Node(); |
