Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_AIThreatSystem.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_AIThreatSystem
 

Typedefs

typedef ScriptInvokerBase< SCR_AIThreatStateChangedCallbackSCR_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 Documentation

◆ SCR_AIThreatStateChangedInvoker

Definition at line 15 of file SCR_AIThreatSystem.c.

Enumeration Type Documentation

◆ func

enum func
Enumerator
SAFE 
VIGILANT 
ALERTED 
THREATENED 

Definition at line 5 of file SCR_AIThreatSystem.c.

Function Documentation

◆ SCR_AIThreatStateChangedCallback()

void SCR_AIThreatStateChangedCallback ( EAIThreatState  prevState,
EAIThreatState  newState 
)