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

Method is_processing

scene/main/node.cpp:1037–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035}
1036
1037bool Node::is_processing() const {
1038 return data.process;
1039}
1040
1041void Node::set_process_internal(bool p_process_internal) {
1042 ERR_THREAD_GUARD

Callers 8

_process_groupMethod · 0.80
_item_editedMethod · 0.80
_graph_tex_inputMethod · 0.80
_graph_tex_inputMethod · 0.80
test_node.hFile · 0.80
test_timer.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected