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

Method isReacting

QtNodeEditor/src/NodeState.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120bool
121NodeState::
122isReacting() const
123{
124 return _reaction == REACTING;
125}
126
127
128void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected