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

Go to the source code of this file.

Classes

class  SCR_AICommsHandler

Typedefs

typedef func SCR_AICommsStateChangedDelegate
typedef ScriptInvokerBase< SCR_AICommsStateChangedDelegateSCR_AIOnCommsStateChangedInvoker

Enumerations

enum  SCR_EAICommunicationState { IDLE , WAITING , TRANSMITTING , SUSPENDED }

Functions

void SCR_AICommsStateChangedDelegate (SCR_EAICommunicationState oldState, SCR_EAICommunicationState newState)

Typedef Documentation

◆ SCR_AICommsStateChangedDelegate

Definition at line 8 of file SCR_AICommsHandler.c.

◆ SCR_AIOnCommsStateChangedInvoker

Definition at line 9 of file SCR_AICommsHandler.c.

Enumeration Type Documentation

◆ SCR_EAICommunicationState

Enumerator
IDLE 
WAITING 
TRANSMITTING 
SUSPENDED 

Definition at line 11 of file SCR_AICommsHandler.c.

Function Documentation

◆ SCR_AICommsStateChangedDelegate()

SCR_AICommsHandler synchronizes AI talking and sends requests to VON component.