Arma Reforger Script API
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
SCR_AIMessageHandling Interface Reference

Static Public Member Functions

static void SendDismountMessage (notnull AIAgent agent, notnull IEntity vehicleEntity, int soldierId, SCR_AIActivityBase relatedActivity, notnull AICommunicationComponent myComms, string sendFrom=string.Empty)
 
static void SendGetInDriverMessage (notnull AIAgent agent, notnull IEntity vehicleEntity, SCR_AIActivityBase relatedActivity, notnull AICommunicationComponent myComms, string sendFrom=string.Empty)
 
static void SendGetInGunnerMessage (notnull AIAgent agent, notnull IEntity vehicleEntity, SCR_AIActivityBase relatedActivity, notnull AICommunicationComponent myComms, string sendFrom=string.Empty)
 
static void SendMoveDriverMessage (notnull AIAgent agent, IEntity moveToEntity, SCR_AIActivityBase relatedActivity, notnull AICommunicationComponent myComms, string sendFrom=string.Empty)
 
static void SendCancelMessage (notnull AIAgent agent, SCR_AIActivityBase relatedActivity, notnull AICommunicationComponent myComms, string sendFrom=string.Empty)
 

Member Function Documentation

◆ SendCancelMessage()

static void SCR_AIMessageHandling.SendCancelMessage ( notnull AIAgent  agent,
SCR_AIActivityBase  relatedActivity,
notnull AICommunicationComponent  myComms,
string  sendFrom = string::Empty 
)
static

◆ SendDismountMessage()

static void SCR_AIMessageHandling.SendDismountMessage ( notnull AIAgent  agent,
notnull IEntity  vehicleEntity,
int  soldierId,
SCR_AIActivityBase  relatedActivity,
notnull AICommunicationComponent  myComms,
string  sendFrom = string::Empty 
)
static

◆ SendGetInDriverMessage()

static void SCR_AIMessageHandling.SendGetInDriverMessage ( notnull AIAgent  agent,
notnull IEntity  vehicleEntity,
SCR_AIActivityBase  relatedActivity,
notnull AICommunicationComponent  myComms,
string  sendFrom = string::Empty 
)
static

◆ SendGetInGunnerMessage()

static void SCR_AIMessageHandling.SendGetInGunnerMessage ( notnull AIAgent  agent,
notnull IEntity  vehicleEntity,
SCR_AIActivityBase  relatedActivity,
notnull AICommunicationComponent  myComms,
string  sendFrom = string::Empty 
)
static

◆ SendMoveDriverMessage()

static void SCR_AIMessageHandling.SendMoveDriverMessage ( notnull AIAgent  agent,
IEntity  moveToEntity,
SCR_AIActivityBase  relatedActivity,
notnull AICommunicationComponent  myComms,
string  sendFrom = string::Empty 
)
static

The documentation for this interface was generated from the following file: