MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / FailCommand

Method FailCommand

engine/Poseidon/AI/AISubgroup.cpp:1999–2008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1997void FailCommand(AISubgroupContext* context);
1998
1999void AISubgroup::FailCommand()
2000{
2001 AISubgroupContext context(this);
2002 if (GetCurrent())
2003 {
2004 context._fsm = GetCurrent()->_fsm;
2005 context._task = GetCurrent()->_task;
2006 ::FailCommand(&context);
2007 }
2008}
2009
2010void AISubgroup::SetFormation(Formation f)
2011{

Callers 3

CreateOperativePathMethod · 0.80
SendAnswerMethod · 0.80

Calls 1

FailCommandFunction · 0.85

Tested by

no test coverage detected