Home
last modified time | relevance | path

Searched refs:how_to_add (Results 1 – 8 of 8) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/mission/
H A Dmissionhotkey.h22 void mission_hotkey_mf_add( int set, int objnum, int how_to_add );
H A Dmissionhotkey.cpp441 void mission_hotkey_mf_add( int set, int objnum, int how_to_add ) in mission_hotkey_mf_add() argument
449 hud_target_hotkey_add_remove( set, &Objects[objnum], how_to_add ); in mission_hotkey_mf_add()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/mission/
H A Dmissionhotkey.h22 void mission_hotkey_mf_add( int set, int objnum, int how_to_add );
H A Dmissionhotkey.cpp452 void mission_hotkey_mf_add( int set, int objnum, int how_to_add ) in mission_hotkey_mf_add() argument
460 hud_target_hotkey_add_remove( set, &Objects[objnum], how_to_add ); in mission_hotkey_mf_add()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.h141 extern void hud_target_hotkey_add_remove( int k, object *objp, int how_to_add);
H A Dhudtarget.cpp773 void hud_target_hotkey_add_remove( int k, object *ctarget, int how_to_add ) in hud_target_hotkey_add_remove() argument
802 if ( (how_to_add == HOTKEY_MISSION_FILE_ADDED) && NOT_EMPTY(plist) ) { in hud_target_hotkey_add_remove()
827 hitem->how_added = how_to_add; in hud_target_hotkey_add_remove()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.h152 extern void hud_target_hotkey_add_remove( int k, object *objp, int how_to_add);
H A Dhudtarget.cpp770 void hud_target_hotkey_add_remove( int k, object *ctarget, int how_to_add ) in hud_target_hotkey_add_remove() argument
799 if ( (how_to_add == HOTKEY_MISSION_FILE_ADDED) && NOT_EMPTY(plist) ) { in hud_target_hotkey_add_remove()
824 hitem->how_added = how_to_add; in hud_target_hotkey_add_remove()