Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/avp/
H A Dbh_pred.h79 PCLOAK_Activating, enumerator
H A Dbh_pred.c1312 case PCLOAK_Activating: in PredatorBehaviour()
4328 predStatus->CloakStatus = PCLOAK_Activating; in PredatorCloakOn()
4330 } else if (predStatus->CloakStatus==PCLOAK_Activating) { in PredatorCloakOn()
4335 predStatus->CloakStatus = PCLOAK_Activating; in PredatorCloakOn()
4347 } else if (predStatus->CloakStatus==PCLOAK_Activating) { in PredatorCloakOff()
4372 case(PCLOAK_Activating): in DoPredatorCloak()
4448 case(PCLOAK_Activating): in NPCPredatorIsCloaked()
H A Dbh_corpse.c616 } else if (corpseDataPtr->CloakStatus==PCLOAK_Activating) { in CorpseBehaveFun()