MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / is_displayed_folded

Method is_displayed_folded

scene/main/node.cpp:3579–3581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3577}
3578
3579bool Node::is_displayed_folded() const {
3580 return data.display_folded;
3581}
3582
3583bool Node::is_ready() const {
3584 return !data.ready_first;

Callers 4

_update_nodeMethod · 0.80
_fill_foldsMethod · 0.80
_has_visible_childrenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected