Home
last modified time | relevance | path

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

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dsexp.cpp16291 void ship_copy_damage(ship *target_shipp, ship *source_shipp) in ship_copy_damage() argument
16295 object *source_objp = &Objects[source_shipp->objnum]; in ship_copy_damage()
16299 if (target_shipp->ship_info_index != source_shipp->ship_info_index) in ship_copy_damage()
16306 target_shipp->special_hitpoints = source_shipp->special_hitpoints; in ship_copy_damage()
16307 target_shipp->ship_max_hull_strength = source_shipp->ship_max_hull_strength; in ship_copy_damage()
16317 …for (source_ss = GET_FIRST(&source_shipp->subsys_list); source_ss != GET_LAST(&source_shipp->subsy… in ship_copy_damage()
16335 void parse_copy_damage(p_object *target_pobjp, ship *source_shipp) in parse_copy_damage() argument
16337 object *source_objp = &Objects[source_shipp->objnum]; in parse_copy_damage()
16341 if (target_pobjp->ship_class != source_shipp->ship_info_index) in parse_copy_damage()
16347 target_pobjp->special_hitpoints = source_shipp->special_hitpoints; in parse_copy_damage()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.cpp17826 void ship_copy_damage(ship *target_shipp, ship *source_shipp) in ship_copy_damage() argument
17830 object *source_objp = &Objects[source_shipp->objnum]; in ship_copy_damage()
17834 if (target_shipp->ship_info_index != source_shipp->ship_info_index) in ship_copy_damage()
17841 target_shipp->special_hitpoints = source_shipp->special_hitpoints; in ship_copy_damage()
17846 target_shipp->special_shield = source_shipp->special_shield; in ship_copy_damage()
17853 …for (source_ss = GET_FIRST(&source_shipp->subsys_list); source_ss != GET_LAST(&source_shipp->subsy… in ship_copy_damage()
17957 void parse_copy_damage(p_object *target_pobjp, ship *source_shipp) in parse_copy_damage() argument
17959 object *source_objp = &Objects[source_shipp->objnum]; in parse_copy_damage()
17963 if (target_pobjp->ship_class != source_shipp->ship_info_index) in parse_copy_damage()
17969 target_pobjp->special_hitpoints = source_shipp->special_hitpoints; in parse_copy_damage()
[all …]