MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / EnableException

Method EnableException

src/controls/reactive_fallback.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18bool ReactiveFallback::throw_if_multiple_running = false;
19
20void ReactiveFallback::EnableException(bool enable)
21{
22 ReactiveFallback::throw_if_multiple_running = enable;
23}
24
25NodeStatus ReactiveFallback::tick()
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected