MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / ~CoroActionNode

Method ~CoroActionNode

src/action_node.cpp:89–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87{}
88
89CoroActionNode::~CoroActionNode()
90{
91 try
92 {
93 destroyCoroutine();
94 }
95 catch(const std::exception& ex)
96 {
97 std::cerr << "Exception in ~CoroActionNode(): " << ex.what() << std::endl;
98 }
99}
100
101void CoroActionNode::setStatusRunningAndYield()
102{

Callers

nothing calls this directly

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected