Home
last modified time | relevance | path

Searched refs:prospective_victim_ship_ptr (Results 1 – 2 of 2) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.cpp1323 ship *prospective_victim_ship_ptr; in select_next_target_by_distance() local
1327 prospective_victim_ship_ptr = &Ships[prospective_victim_ptr->instance]; in select_next_target_by_distance()
1330 … if ((prospective_victim_ptr == Player_obj) || (should_be_ignored(prospective_victim_ship_ptr))) { in select_next_target_by_distance()
1335 if (!iff_matches_mask(prospective_victim_ship_ptr->team, valid_team_mask)) { in select_next_target_by_distance()
1347 … if ((Ship_info[prospective_victim_ship_ptr->ship_info_index].flags & filter).any_set()) { in select_next_target_by_distance()
1359 …f ((attacked_object_number == player_object_index) && (Ai_info[prospective_victim_ship_ptr->ai_ind… in select_next_target_by_distance()
1373 eval_ship_as_closest_target_args.shipp = prospective_victim_ship_ptr; in select_next_target_by_distance()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.cpp1315 ship *prospective_victim_ship_ptr; in select_next_target_by_distance() local
1319 prospective_victim_ship_ptr = &Ships[prospective_victim_ptr->instance]; in select_next_target_by_distance()
1322 …if ( (prospective_victim_ptr == Player_obj) || (prospective_victim_ship_ptr->flags & TARGET_SHIP_I… in select_next_target_by_distance()
1327 if ( !iff_matches_mask(prospective_victim_ship_ptr->team, valid_team_mask) ) { in select_next_target_by_distance()
1339 if ( Ship_info[prospective_victim_ship_ptr->ship_info_index].flags & target_filters ) { in select_next_target_by_distance()
1350 …if ( (attacked_object_number == player_object_index) && (Ai_info[prospective_victim_ship_ptr->ai_i… in select_next_target_by_distance()
1364 eval_ship_as_closest_target_args.shipp = prospective_victim_ship_ptr; in select_next_target_by_distance()