Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIOccupyMovableVehicles Interface Reference
Inheritance diagram for SCR_AIOccupyMovableVehicles:

Public Member Functions

override void OnEnter (AIAgent owner)
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 
override void OnAbort (AIAgent owner, Node nodeCausingAbort)
 
void OnAgentLifeStateChanged (AIAgent incapacitatedAgent, SCR_AIInfoComponent infoIncap, IEntity vehicle, ECharacterLifeState lifeState)
 

Static Public Member Functions

static override bool VisibleInPalette ()
 
static override string GetOnHoverDescription ()
 
static override bool CanReturnRunning ()
 

Static Public Attributes

static const string NODE_NAME = "SCR_AIOccupyMovableVehicles"
 

Protected Member Functions

ENodeResult Testing_State (bool isScheduled)
 
ENodeResult SendingMessages_State ()
 
ENodeResult Waiting_State ()
 
ENodeResult Finished_State ()
 
void CancelOrders ()
 

Protected Attributes

float m_fMaxDistanceOfSearch_m
 
float m_fUpdateInterval_ms
 
float m_fNextUpdate_ms
 
ref array< AIAgent > m_aAgents = {}
 
ref array< AIAgent > m_aInformedAgents = {}
 
ref array< ref SCR_AIGroupVehiclem_aUsedVehicles = {}
 
ref array< ref SCR_AIGroupVehiclem_aVehiclesToOccupy = {}
 
ref array< int > m_aVehiclesFreeSeats = {}
 
SCR_AIGroup m_Group
 
SCR_AIGroupUtilityComponent m_Utility
 
int m_iStateOfExecution
 

Static Protected Attributes

static int STATE_TESTING_STATE = 0
 
static int STATE_SENDING_SIGNALS = 1
 
static int STATE_WAITING = 2
 
static int STATE_FINISHED = 3
 

Member Function Documentation

◆ CancelOrders()

void SCR_AIOccupyMovableVehicles.CancelOrders ( )
protected

◆ CanReturnRunning()

static override bool SCR_AIOccupyMovableVehicles.CanReturnRunning ( )
static

◆ EOnTaskSimulate()

override ENodeResult SCR_AIOccupyMovableVehicles.EOnTaskSimulate ( AIAgent owner,
float dt )

◆ Finished_State()

ENodeResult SCR_AIOccupyMovableVehicles.Finished_State ( )
protected

◆ GetOnHoverDescription()

static override string SCR_AIOccupyMovableVehicles.GetOnHoverDescription ( )
static

◆ OnAbort()

override void SCR_AIOccupyMovableVehicles.OnAbort ( AIAgent owner,
Node nodeCausingAbort )

◆ OnAgentLifeStateChanged()

void SCR_AIOccupyMovableVehicles.OnAgentLifeStateChanged ( AIAgent incapacitatedAgent,
SCR_AIInfoComponent infoIncap,
IEntity vehicle,
ECharacterLifeState lifeState )

◆ OnEnter()

override void SCR_AIOccupyMovableVehicles.OnEnter ( AIAgent owner)

◆ SendingMessages_State()

ENodeResult SCR_AIOccupyMovableVehicles.SendingMessages_State ( )
protected

◆ Testing_State()

ENodeResult SCR_AIOccupyMovableVehicles.Testing_State ( bool isScheduled)
protected

◆ VisibleInPalette()

static override bool SCR_AIOccupyMovableVehicles.VisibleInPalette ( )
static

◆ Waiting_State()

ENodeResult SCR_AIOccupyMovableVehicles.Waiting_State ( )
protected

Member Data Documentation

◆ m_aAgents

ref array<AIAgent> SCR_AIOccupyMovableVehicles.m_aAgents = {}
protected

◆ m_aInformedAgents

ref array<AIAgent> SCR_AIOccupyMovableVehicles.m_aInformedAgents = {}
protected

◆ m_aUsedVehicles

ref array<ref SCR_AIGroupVehicle> SCR_AIOccupyMovableVehicles.m_aUsedVehicles = {}
protected

◆ m_aVehiclesFreeSeats

ref array<int> SCR_AIOccupyMovableVehicles.m_aVehiclesFreeSeats = {}
protected

◆ m_aVehiclesToOccupy

ref array<ref SCR_AIGroupVehicle> SCR_AIOccupyMovableVehicles.m_aVehiclesToOccupy = {}
protected

◆ m_fMaxDistanceOfSearch_m

float SCR_AIOccupyMovableVehicles.m_fMaxDistanceOfSearch_m
protected

◆ m_fNextUpdate_ms

float SCR_AIOccupyMovableVehicles.m_fNextUpdate_ms
protected

◆ m_fUpdateInterval_ms

float SCR_AIOccupyMovableVehicles.m_fUpdateInterval_ms
protected

◆ m_Group

SCR_AIGroup SCR_AIOccupyMovableVehicles.m_Group
protected

◆ m_iStateOfExecution

int SCR_AIOccupyMovableVehicles.m_iStateOfExecution
protected

◆ m_Utility

SCR_AIGroupUtilityComponent SCR_AIOccupyMovableVehicles.m_Utility
protected

◆ NODE_NAME

const string SCR_AIOccupyMovableVehicles.NODE_NAME = "SCR_AIOccupyMovableVehicles"
static

◆ STATE_FINISHED

int SCR_AIOccupyMovableVehicles.STATE_FINISHED = 3
staticprotected

◆ STATE_SENDING_SIGNALS

int SCR_AIOccupyMovableVehicles.STATE_SENDING_SIGNALS = 1
staticprotected

◆ STATE_TESTING_STATE

int SCR_AIOccupyMovableVehicles.STATE_TESTING_STATE = 0
staticprotected

◆ STATE_WAITING

int SCR_AIOccupyMovableVehicles.STATE_WAITING = 2
staticprotected

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