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

Method setReaction

QtNodeEditor/src/NodeState.cpp:106–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105
106void
107NodeState::
108setReaction(ReactToConnectionState reaction,
109 PortType reactingPortType,
110 NodeDataType reactingDataType)
111{
112 _reaction = reaction;
113
114 _reactingPortType = reactingPortType;
115
116 _reactingDataType = std::move(reactingDataType);
117}
118
119
120bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected