Home
last modified time | relevance | path

Searched refs:APPROACH_FRIENDLY (Results 1 – 4 of 4) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TacticalAI/
H A DNPC.h17 APPROACH_FRIENDLY = 1, enumerator
H A DNPC.cc1216 …if ( pNPCQuoteInfo->ubApproachRequired || !(ubApproach == APPROACH_FRIENDLY || ubApproach == APPRO… in NPCConsiderQuote()
1227 if ( ubApproach < APPROACH_FRIENDLY || ubApproach > APPROACH_RECRUIT ) in NPCConsiderQuote()
1234 …if ( ubApproach != APPROACH_FRIENDLY && ubApproach != APPROACH_DIRECT && ubApproach != APPROACH_RE… in NPCConsiderQuote()
1630 case APPROACH_FRIENDLY: in ConverseFull()
1990 case APPROACH_FRIENDLY: in ConverseFull()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/externalized/internals/
H A Denums.cc12 case APPROACH_FRIENDLY: return "APPROACH_FRIENDLY"; in getApproachName()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DInterface_Dialogue.cc145 APPROACH_FRIENDLY,