Go to the source code of this file.
Functions | |
| void N | AvoidPlayerAI_ChaseInit (Evt *script, MobileAISettings *npcAISettings, EnemyDetectVolume *territory) |
| void N | AvoidPlayerAI_Chase (Evt *script, MobileAISettings *npcAISettings, EnemyDetectVolume *territory) |
| void N | AvoidPlayerAI_LosePlayer (Evt *script, MobileAISettings *npcAISettings, EnemyDetectVolume *territory) |
| void N AvoidPlayerAI_ChaseInit | ( | Evt * | script, |
| MobileAISettings * | npcAISettings, | ||
| EnemyDetectVolume * | territory ) |
Definition at line 5 of file AvoidPlayerAI.inc.c.
| void N AvoidPlayerAI_Chase | ( | Evt * | script, |
| MobileAISettings * | npcAISettings, | ||
| EnemyDetectVolume * | territory ) |
Definition at line 118 of file AvoidPlayerAI.inc.c.
| void N AvoidPlayerAI_LosePlayer | ( | Evt * | script, |
| MobileAISettings * | npcAISettings, | ||
| EnemyDetectVolume * | territory ) |
Definition at line 145 of file AvoidPlayerAI.inc.c.