Home
last modified time | relevance | path

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

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ai/
H A Daicode.cpp1287 int ai_select_primary_weapon(object *objp, object *other_objp, int flags);
1305ai_select_primary_weapon(&Objects[Ships[aip->shipnum].objnum], &Objects[parent_objnum], WIF_PUNCTU… in set_targeted_subsys()
5276 int ai_select_primary_weapon(object *objp, object *other_objp, int flags) in ai_select_primary_weapon() function
5643 ai_select_primary_weapon(objp, enemy_objp, flags); in ai_fire_primary_weapon()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ai/
H A Daicode.cpp1397 int ai_select_primary_weapon(object *objp, object *other_objp, Weapon::Info_Flags flags);
1415ai_select_primary_weapon(&Objects[Ships[aip->shipnum].objnum], &Objects[parent_objnum], Weapon::In… in set_targeted_subsys()
5434 int ai_select_primary_weapon(object *objp, object *other_objp, Weapon::Info_Flags flags) in ai_select_primary_weapon() function
5946 ai_select_primary_weapon(objp, enemy_objp, flags); in ai_fire_primary_weapon()