Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.h176 SCP_string hud_get_ship_class(const ship *shipp);
H A Dhudtarget.cpp5334 strcpy(ship_class_text, hud_get_ship_class(shipp).c_str()); in hud_stuff_ship_class()
5338 SCP_string hud_get_ship_class(const ship *shipp) in hud_get_ship_class() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/mission/
H A Dmissionmessage.cpp1607 who_from = hud_get_ship_class( shipp ); in message_queue_process()