Home
last modified time | relevance | path

Searched refs:hud_get_ship_callsign (Results 1 – 3 of 3) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.h175 SCP_string hud_get_ship_callsign(const ship *shipp);
H A Dhudtarget.cpp5287 strcpy(ship_callsign_text, hud_get_ship_callsign(shipp).c_str()); in hud_stuff_ship_callsign()
5291 SCP_string hud_get_ship_callsign(const ship *shipp) in hud_get_ship_callsign() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/mission/
H A Dmissionmessage.cpp1605 who_from = hud_get_ship_callsign( shipp ); in message_queue_process()