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 122 of file AvoidPlayerAI.inc.c.
void N AvoidPlayerAI_LosePlayer | ( | Evt * | script, |
MobileAISettings * | npcAISettings, | ||
EnemyDetectVolume * | territory ) |
Definition at line 149 of file AvoidPlayerAI.inc.c.