Home
last modified time | relevance | path

Searched refs:otherCharacter (Results 1 – 7 of 7) sorted by relevance

/dports/games/avp/avp-20170505/src/avp/
H A Dbh_ais.h17 unsigned int otherCharacter :1; /* single collison with other npc of same type */ member
H A Dbh_pred.c622 predatorStatus->obstruction.otherCharacter=0; in CreatePredoBot()
817 predatorStatus->obstruction.otherCharacter=0; in InitPredatorBehaviour()
3071 predatorStatusPointer->obstruction.otherCharacter=0; in Execute_PNS_EngageWithPistol()
3239 predatorStatusPointer->obstruction.otherCharacter=0; in Execute_PNS_EngageWithPlasmaCaster()
3410 predatorStatusPointer->obstruction.otherCharacter=0; in Execute_PNS_EngageWithWristblade()
3977 …edatorStatusPointer->obstruction.environment)||(predatorStatusPointer->obstruction.otherCharacter)) in Execute_PNS_Hunt()
3995 predatorStatusPointer->obstruction.otherCharacter=0; in Execute_PNS_Hunt()
4119 …edatorStatusPointer->obstruction.environment)||(predatorStatusPointer->obstruction.otherCharacter)) in Execute_PNS_Retreat()
4138 predatorStatusPointer->obstruction.otherCharacter=0; in Execute_PNS_Retreat()
5807 predatorStatusPointer->obstruction.otherCharacter=0; in Execute_PNS_Pathfinder()
[all …]
H A Dbh_near.c1164 } else if ((obstruction.anySingleObstruction)&&(!obstruction.otherCharacter)) { in AlienNearState_Approach()
1425 if((obstruction.environment)||(obstruction.otherCharacter)) in AlienNearState_Wander()
1699 if((obstruction.environment)||(obstruction.otherCharacter)) in AlienNearState_Retreat()
1915 if((obstruction.environment)||(obstruction.otherCharacter)) in AlienNearState_Hunt()
H A Dbh_marin.c1375 marineStatus->obstruction.otherCharacter=0; in CreateMarineBot()
1679 marineStatus->obstruction.otherCharacter=0; in InitMarineBehaviour()
2009 marineStatus->obstruction.otherCharacter=0; in CreateMarineDynamic()
7735 marineStatusPointer->obstruction.otherCharacter=0;
8140 marineStatusPointer->obstruction.otherCharacter=0;
8284 marineStatusPointer->obstruction.otherCharacter=0;
8470 marineStatusPointer->obstruction.otherCharacter=0;
9329 marineStatusPointer->obstruction.otherCharacter=0;
11530 marineStatusPointer->obstruction.otherCharacter=0;
11681 marineStatusPointer->obstruction.otherCharacter=0;
[all …]
H A Dbh_paq.c1103 if((obstruction.environment)||(obstruction.otherCharacter)) in Execute_PAQNS_Wander()
H A Dbh_xeno.c286 xenoStatus->obstruction.otherCharacter=0; in CreateXenoborg()
576 xenoStatus->obstruction.otherCharacter=0; in InitXenoborgBehaviour()
2300 xenoStatusPointer->obstruction.otherCharacter=0; in Execute_Xeno_Follow()
2437 xenoStatusPointer->obstruction.otherCharacter=0; in Execute_Xeno_Return()
H A Dbh_ais.c223 details->otherCharacter = 0; in NPC_IsObstructed()
252 details->otherCharacter = 1; in NPC_IsObstructed()
418 …if((details->environment)||(details->destructableObject)||(details->otherCharacter)||(details->any… in NPCGetAvoidanceDirection()