MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / resetReactionToConnection

Method resetReactionToConnection

QtNodeEditor/src/Node.cpp:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113
114void
115Node::
116resetReactionToConnection()
117{
118 _nodeState.setReaction(NodeState::NOT_REACTING);
119 _nodeGraphicsObject->update();
120}
121
122
123NodeGraphicsObject const &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected