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

Method EnableException

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected