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

Public Member Functions

override void OnInit (AIAgent owner)
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 
override TStringArray GetVariablesOut ()
 
override TStringArray GetVariablesIn ()
 

Static Public Member Functions

static override bool VisibleInPalette ()
 

Protected Attributes

SCR_AICombatMoveState m_State
 

Static Protected Attributes

static const string PORT_REQUEST = "Request"
 
static const string PORT_TYPE = "Type"
 
static ref TStringArray s_aVarsOut
 
static ref TStringArray s_aVarsIn
 

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetVariablesIn()

override TStringArray SCR_AIProcessCombatMoveRequest.GetVariablesIn ( )

◆ GetVariablesOut()

override TStringArray SCR_AIProcessCombatMoveRequest.GetVariablesOut ( )

◆ OnInit()

override void SCR_AIProcessCombatMoveRequest.OnInit ( AIAgent owner)

◆ VisibleInPalette()

static override bool SCR_AIProcessCombatMoveRequest.VisibleInPalette ( )
static

Member Data Documentation

◆ m_State

SCR_AICombatMoveState SCR_AIProcessCombatMoveRequest.m_State
protected

◆ PORT_REQUEST

const string SCR_AIProcessCombatMoveRequest.PORT_REQUEST = "Request"
staticprotected

◆ PORT_TYPE

const string SCR_AIProcessCombatMoveRequest.PORT_TYPE = "Type"
staticprotected

◆ s_aVarsIn

ref TStringArray SCR_AIProcessCombatMoveRequest.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_REQUEST
Definition SCR_AIProcessCombatMoveRequest.c:8

◆ s_aVarsOut

ref TStringArray SCR_AIProcessCombatMoveRequest.s_aVarsOut
staticprotected
Initial value:
= {
}
static const string PORT_TYPE
Definition SCR_AIProcessCombatMoveRequest.c:11

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