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

Protected Member Functions

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

Static Protected Member Functions

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

Protected Attributes

vector m_ResultVector
IEntity m_Target

Static Protected Attributes

static ref TStringArray s_aVarsIn
static ref TStringArray s_aVarsOut

Detailed Description

Definition at line 1 of file SCR_AIGetPosForward.c.

Member Function Documentation

◆ EOnTaskSimulate()

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

Definition at line 23 of file SCR_AIGetPosForward.c.

◆ GetOnHoverDescription()

override string SCR_AIGetPosForward::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 62 of file SCR_AIGetPosForward.c.

◆ GetVariablesIn()

override TStringArray SCR_AIGetPosForward::GetVariablesIn ( )
inlineprotected

Definition at line 78 of file SCR_AIGetPosForward.c.

◆ GetVariablesOut()

override TStringArray SCR_AIGetPosForward::GetVariablesOut ( )
inlineprotected

Definition at line 87 of file SCR_AIGetPosForward.c.

◆ OnInit()

override void SCR_AIGetPosForward::OnInit ( AIAgent owner)
inlineprotected

Definition at line 14 of file SCR_AIGetPosForward.c.

◆ VisibleInPalette()

override bool SCR_AIGetPosForward::VisibleInPalette ( )
inlinestaticprotected

Definition at line 68 of file SCR_AIGetPosForward.c.

Member Data Documentation

◆ m_ResultVector

vector SCR_AIGetPosForward::m_ResultVector
protected

Definition at line 10 of file SCR_AIGetPosForward.c.

◆ m_Target

IEntity SCR_AIGetPosForward::m_Target
protected

Definition at line 11 of file SCR_AIGetPosForward.c.

◆ s_aVarsIn

ref TStringArray SCR_AIGetPosForward::s_aVarsIn
staticprotected
Initial value:
= {
PORT_TARGET,
}

Definition at line 74 of file SCR_AIGetPosForward.c.

◆ s_aVarsOut

ref TStringArray SCR_AIGetPosForward::s_aVarsOut
staticprotected
Initial value:
= {
PORT_RESULT_VECTOR
}

Definition at line 84 of file SCR_AIGetPosForward.c.


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