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

Method is_processing_internal

scene/main/node.cpp:1117–1119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115 }
1116}
1117bool Node::is_processing_internal() const {
1118 return data.process_internal;
1119}
1120
1121void Node::set_process_thread_group_order(int p_order) {
1122 ERR_THREAD_GUARD

Callers 5

_process_groupMethod · 0.80
handle_cursor_editingMethod · 0.80
test_node.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected