| 156 | void AddTargetID(int new_id) { possible_target_ids.insert(new_id); SetAttackPreyFTList(); } |
| 157 | bool IsTargetID(int test_id); |
| 158 | std::set<int> GetTargetIDs() { return possible_target_ids; } |
| 159 | void SetAttackPreyFTList(); |
| 160 | Apto::Array<int> GetAttackPreyFTList() { return pp_fts; } |
| 161 |
no outgoing calls
no test coverage detected