![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_AIThreatSystem |
Typedefs | |
| typedef ScriptInvokerBase< SCR_AIThreatStateChangedCallback > | SCR_AIThreatStateChangedInvoker |
Enumerations | |
| enum | func { SAFE , VIGILANT , ALERTED , THREATENED } |
Functions | |
| void | SCR_AIThreatStateChangedCallback (EAIThreatState prevState, EAIThreatState newState) |
| typedef ScriptInvokerBase<SCR_AIThreatStateChangedCallback> SCR_AIThreatStateChangedInvoker |
Definition at line 15 of file SCR_AIThreatSystem.c.
| enum func |
| Enumerator | |
|---|---|
| SAFE | |
| VIGILANT | |
| ALERTED | |
| THREATENED | |
Definition at line 5 of file SCR_AIThreatSystem.c.
| void SCR_AIThreatStateChangedCallback | ( | EAIThreatState | prevState, |
| EAIThreatState | newState ) |