Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIProcessCombatMoveRequest Class Reference
Inheritance diagram for SCR_AIProcessCombatMoveRequest:
AITaskScripted

Protected Member Functions

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

Static Protected 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

Detailed Description

Definition at line 5 of file SCR_AIProcessCombatMoveRequest.c.

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AIProcessCombatMoveRequest::EOnTaskSimulate ( AIAgent owner,
float dt )
inlineprotected

Definition at line 24 of file SCR_AIProcessCombatMoveRequest.c.

◆ GetVariablesIn()

override TStringArray SCR_AIProcessCombatMoveRequest::GetVariablesIn ( )
inlineprotected

Definition at line 56 of file SCR_AIProcessCombatMoveRequest.c.

◆ GetVariablesOut()

override TStringArray SCR_AIProcessCombatMoveRequest::GetVariablesOut ( )
inlineprotected

Definition at line 48 of file SCR_AIProcessCombatMoveRequest.c.

◆ OnInit()

override void SCR_AIProcessCombatMoveRequest::OnInit ( AIAgent owner)
inlineprotected

Definition at line 16 of file SCR_AIProcessCombatMoveRequest.c.

◆ VisibleInPalette()

override bool SCR_AIProcessCombatMoveRequest::VisibleInPalette ( )
inlinestaticprotected

Definition at line 61 of file SCR_AIProcessCombatMoveRequest.c.

Member Data Documentation

◆ m_State

SCR_AICombatMoveState SCR_AIProcessCombatMoveRequest::m_State
protected

Definition at line 13 of file SCR_AIProcessCombatMoveRequest.c.

◆ PORT_REQUEST

const string SCR_AIProcessCombatMoveRequest::PORT_REQUEST = "Request"
staticprotected

Definition at line 8 of file SCR_AIProcessCombatMoveRequest.c.

◆ PORT_TYPE

const string SCR_AIProcessCombatMoveRequest::PORT_TYPE = "Type"
staticprotected

Definition at line 11 of file SCR_AIProcessCombatMoveRequest.c.

◆ s_aVarsIn

ref TStringArray SCR_AIProcessCombatMoveRequest::s_aVarsIn
staticprotected
Initial value:

Definition at line 53 of file SCR_AIProcessCombatMoveRequest.c.

◆ s_aVarsOut

ref TStringArray SCR_AIProcessCombatMoveRequest::s_aVarsOut
staticprotected
Initial value:

Definition at line 45 of file SCR_AIProcessCombatMoveRequest.c.


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