Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_AIGroupPerception |
Typedefs | |
typedef func | SCR_AIOnTargetClusterStateDeleted |
typedef func | SCR_AIGroupPerceptionOnNoEnemy |
typedef func | SCR_AIGroupPerceptionOnEnemyDetected |
typedef func | SCR_AIGroupPerceptionOnEnemyDetectedFiltered |
Functions | |
void | SCR_AIOnTargetClusterStateDeleted (SCR_AITargetClusterState c) |
void | SCR_AIGroupPerceptionOnNoEnemy (SCR_AIGroup group) |
void | SCR_AIGroupPerceptionOnEnemyDetected (SCR_AIGroup group, SCR_AITargetInfo target) |
void | SCR_AIGroupPerceptionOnEnemyDetectedFiltered (SCR_AIGroup group, SCR_AITargetInfo target, AIAgent reporter) |
Definition at line 8 of file SCR_AIGroupPerception.c.
Definition at line 11 of file SCR_AIGroupPerception.c.
typedef func SCR_AIGroupPerceptionOnNoEnemy |
Definition at line 5 of file SCR_AIGroupPerception.c.
Definition at line 2 of file SCR_AIGroupPerception.c.
void SCR_AIGroupPerceptionOnEnemyDetected | ( | SCR_AIGroup | group, |
SCR_AITargetInfo | target | ||
) |
void SCR_AIGroupPerceptionOnEnemyDetectedFiltered | ( | SCR_AIGroup | group, |
SCR_AITargetInfo | target, | ||
AIAgent | reporter | ||
) |
void SCR_AIGroupPerceptionOnNoEnemy | ( | SCR_AIGroup | group | ) |