Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
1117
bool Node::is_processing_internal() const {
1118
return data.process_internal;
1119
}
1120
1121
void Node::set_process_thread_group_order(int p_order) {
1122
ERR_THREAD_GUARD
Callers
5
_process_group
Method · 0.80
_remove_node_from_process_group
Method · 0.80
_add_node_to_process_group
Method · 0.80
handle_cursor_editing
Method · 0.80
test_node.h
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected