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