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

Method executeTick

src/action_node.cpp:59–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57{}
58
59NodeStatus SyncActionNode::executeTick()
60{
61 auto stat = ActionNodeBase::executeTick();
62 if(stat == NodeStatus::RUNNING)
63 {
64 throw LogicError("SyncActionNode MUST never return RUNNING");
65 }
66 return stat;
67}
68
69//-------------------------------------
70

Callers

nothing calls this directly

Calls 6

LogicErrorClass · 0.85
mco_desc_initFunction · 0.85
mco_createFunction · 0.85
RuntimeErrorClass · 0.85
mco_resumeFunction · 0.85
mco_statusFunction · 0.85

Tested by

no test coverage detected