Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1037
bool Node::is_processing() const {
1038
return data.process;
1039
}
1040
1041
void Node::set_process_internal(bool p_process_internal) {
1042
ERR_THREAD_GUARD
Callers
8
_process_group
Method · 0.80
_remove_node_from_process_group
Method · 0.80
_add_node_to_process_group
Method · 0.80
_item_edited
Method · 0.80
_graph_tex_input
Method · 0.80
_graph_tex_input
Method · 0.80
test_node.h
File · 0.80
test_timer.h
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected