| 1683 | } |
| 1684 | |
| 1685 | bool AIGroup::GetReportedDown(AIUnit* unit) |
| 1686 | { |
| 1687 | AI_ERROR(unit->GetGroup() == this); |
| 1688 | return _reportedDown[unit->ID() - 1]; |
| 1689 | } |
| 1690 | |
| 1691 | void AIGroup::SetReportedDown(AIUnit* unit, bool state) |
| 1692 | { |
no test coverage detected