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

Method can_process

scene/main/node.cpp:900–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898}
899
900bool Node::can_process() const {
901 ERR_FAIL_COND_V(!is_inside_tree(), false);
902 return !data.tree->is_suspended() && _can_process(data.tree->is_paused());
903}
904
905bool Node::_can_process(bool p_paused) const {
906 ProcessMode process_mode;

Callers 12

_notificationMethod · 0.45
_notificationMethod · 0.45
process_tweensMethod · 0.45
_process_groupMethod · 0.45
_call_input_pauseMethod · 0.45
_process_pickingMethod · 0.45
_gui_input_eventMethod · 0.45
_update_node_subtreeMethod · 0.45
_update_nodeMethod · 0.45

Calls 2

is_suspendedMethod · 0.45
is_pausedMethod · 0.45

Tested by

no test coverage detected