Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIThreatSystem.c File Reference

Go to the source code of this file.

Classes

class  SCR_AIThreatSystem

Typedefs

typedef ScriptInvokerBase< SCR_AIThreatStateChangedCallbackSCR_AIThreatStateChangedInvoker

Enumerations

enum  func { SAFE , VIGILANT , ALERTED , THREATENED }

Functions

void SCR_AIThreatStateChangedCallback (EAIThreatState prevState, EAIThreatState newState)

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 )