Home
last modified time | relevance | path

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

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dsexp.cpp18331 my_escort_ship escort_ship[MAX_COMPLETE_ESCORT_LIST]; in sexp_damage_escort_list_all() local
18359 escort_ship[num_escort_ships].index = i; in sexp_damage_escort_list_all()
18362 escort_ship[num_escort_ships].hull = get_hull_pct(&Objects[shipp->objnum]); in sexp_damage_escort_list_all()
18372 if (escort_ship[i].hull < escort_ship[j].hull) in sexp_damage_escort_list_all()
18375 temp_i = escort_ship[i].index; in sexp_damage_escort_list_all()
18376 temp_f = escort_ship[i].hull; in sexp_damage_escort_list_all()
18377 escort_ship[i].index = escort_ship[j].index; in sexp_damage_escort_list_all()
18378 escort_ship[i].hull = escort_ship[j].hull; in sexp_damage_escort_list_all()
18379 escort_ship[j].index = temp_i; in sexp_damage_escort_list_all()
18380 escort_ship[j].hull = temp_f; in sexp_damage_escort_list_all()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.cpp19910 my_escort_ship escort_ship[MAX_COMPLETE_ESCORT_LIST]; in sexp_damage_escort_list_all() local
19932 escort_ship[num_escort_ships].index = objp->instance; in sexp_damage_escort_list_all()
19935 escort_ship[num_escort_ships].hull = get_hull_pct(objp); in sexp_damage_escort_list_all()
19945 if (escort_ship[i].hull < escort_ship[j].hull) in sexp_damage_escort_list_all()
19948 temp_i = escort_ship[i].index; in sexp_damage_escort_list_all()
19949 temp_f = escort_ship[i].hull; in sexp_damage_escort_list_all()
19950 escort_ship[i].index = escort_ship[j].index; in sexp_damage_escort_list_all()
19951 escort_ship[i].hull = escort_ship[j].hull; in sexp_damage_escort_list_all()
19952 escort_ship[j].index = temp_i; in sexp_damage_escort_list_all()
19953 escort_ship[j].hull = temp_f; in sexp_damage_escort_list_all()
[all …]