Home
last modified time | relevance | path

Searched refs:hud_communications_state (Results 1 – 10 of 10) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/mission/
H A Dmissionmessage.cpp1474 if ( hud_communications_state(Player_ship) == COMM_DESTROYED ) { in message_queue_process()
1478 …_for_non_player_ships] && (provisional_message_shipnum >= 0) && hud_communications_state(&Ships[pr… in message_queue_process()
2391 int player_comm_state = hud_communications_state(Player_ship); in comm_between_player_and_ship()
2396 int other_comm_state = hud_communications_state(&Ships[other_shipnum], for_death_scream); in comm_between_player_and_ship()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/mission/
H A Dmissionmessage.cpp1534 if ( hud_communications_state(Player_ship) == COMM_DESTROYED ) { in message_queue_process()
2309 int player_comm_state = hud_communications_state(Player_ship); in comm_between_player_and_ship()
2314 int other_comm_state = hud_communications_state(&Ships[other_shipnum]); in comm_between_player_and_ship()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.h130 int hud_communications_state(ship *sp);
H A Dhudsquadmsg.cpp1653 …if ( (hud_communications_state(Player_ship) != COMM_OK) || ((Game_mode & GM_MULTIPLAYER) && !multi… in hud_squadmsg_type_select()
2200 if ( (hud_communications_state(Player_ship) != COMM_OK) && (command != REARM_REPAIR_ME_ITEM) ) { in hud_squadmsg_shortcut()
H A Dhudtarget.cpp4613 int hud_communications_state(ship *sp) in hud_communications_state() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.h141 int hud_communications_state(ship *sp, bool for_death_scream = false);
H A Dhudsquadmsg.cpp363 …->flags[AI::Profile_Flags::Check_comms_for_non_player_ships] && hud_communications_state(shipp) !=… in hud_squadmsg_ship_valid()
1627 …if ( (hud_communications_state(Player_ship) != COMM_OK) || ((Game_mode & GM_MULTIPLAYER) && !multi… in hud_squadmsg_type_select()
2180 if ( (hud_communications_state(Player_ship) != COMM_OK) && (command != REARM_REPAIR_ME_ITEM) ) { in hud_squadmsg_shortcut()
H A Dhudtarget.cpp4597 int hud_communications_state(ship *sp, bool for_death_scream) in hud_communications_state() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ship/
H A Dship.cpp15110 …->flags[AI::Profile_Flags::Check_comms_for_non_player_ships] && hud_communications_state(&Ships[sh… in ship_get_random_player_wing_ship()
16238 …->flags[AI::Profile_Flags::Check_comms_for_non_player_ships] && hud_communications_state(killer_sp… in ship_maybe_praise_self()
16339 …->flags[AI::Profile_Flags::Check_comms_for_non_player_ships] && hud_communications_state(&Ships[ob… in ship_maybe_ask_for_help()
16389 …->flags[AI::Profile_Flags::Check_comms_for_non_player_ships] && hud_communications_state(sp, true)… in ship_scream()
16475 …->flags[AI::Profile_Flags::Check_comms_for_non_player_ships] && hud_communications_state(sp) <= CO… in ship_maybe_tell_about_low_ammo()
16542 …->flags[AI::Profile_Flags::Check_comms_for_non_player_ships] && hud_communications_state(sp) <= CO… in ship_maybe_tell_about_rearm()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ai/
H A Daicode.cpp15083 …->flags[AI::Profile_Flags::Check_comms_for_non_player_ships] && hud_communications_state(&Ships[ob… in process_friendly_hit_message()