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

Method get_scene_instance_state

scene/main/node.cpp:2805–2807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2803}
2804
2805Ref<SceneState> Node::get_scene_instance_state() const {
2806 return data.instance_state;
2807}
2808
2809void Node::set_scene_inherited_state(const Ref<SceneState> &p_state) {
2810 ERR_THREAD_GUARD

Callers 5

get_node_states_stackMethod · 0.80
_parse_connectionsMethod · 0.80
can_editFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected