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_AIThreatSystem |
Typedefs | |
typedef ScriptInvokerBase< SCR_AIThreatStateChangedCallback > | SCR_AIThreatStateChangedInvoker |
Enumerations | |
enum | func { SAFE, VIGILANT, ALERTED, THREATENED } |
Functions | |
void | SCR_AIThreatStateChangedCallback (EAIThreatState prevState, EAIThreatState newState) |
Variables | |
typedef | Attribute |
Post-process effect of scripted camera. More... | |
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 | ||
) |