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

Method ClearAllCommands

engine/Poseidon/AI/AISubgroup.cpp:1757–1762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1755 }
1756}
1757
1758void AISubgroup::ClearAllCommands()
1759{
1760 AISubgroupContext context(this);
1761 base::Clear(&context); // FSM - clear stack
1762 Stop();
1763}
1764
1765void AISubgroup::ClearEscapeCommands()

Callers 2

SelectLeaderMethod · 0.80
FleeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected