Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TacticalAI/
H A DNPC.h95 BOOLEAN NPCHasUnusedRecordWithGivenApproach(UINT8 ubNPC, Approach);
H A DNPC.cc1459 if ( NPCHasUnusedRecordWithGivenApproach( ubNPC, APPROACH_SECTOR_NOT_SAFE ) ) in ConverseFull()
2364 BOOLEAN NPCHasUnusedRecordWithGivenApproach(UINT8 const ubNPC, Approach const approach) in NPCHasUnusedRecordWithGivenApproach() function
H A DAIMain.cc2035 NPCHasUnusedRecordWithGivenApproach(s.ubProfile, APPROACH_DONE_TRAVERSAL)) in HandleAITacticalTraversal()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DStrategicMap.cc3433 …if (s->ubProfile != NO_PROFILE && NPCHasUnusedRecordWithGivenApproach(s->ubProfile, APPROACH_DONE_… in SetupProfileInsertionDataForSoldier()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DInterface_Dialogue.cc817 if ( NPCHasUnusedRecordWithGivenApproach( gTalkPanel.ubCharNum, APPROACH_BUYSELL ) ) in TalkPanelClickCallback()
H A DHandle_Items.cc2394 if ( NPCHasUnusedRecordWithGivenApproach( pTSoldier->ubProfile, APPROACH_BUYSELL ) ) in SoldierGiveItemFromAnimation()
H A DOppList.cc1577 else if (NPCHasUnusedRecordWithGivenApproach(s.ubProfile, APPROACH_DECLARATION_OF_HOSTILITY)) in ManSeesMan()