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

Protected Member Functions

override void OnInit (AIAgent owner)
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
void DrawDebug ()
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
vector m_vPosition

Static Protected Attributes

static ref TStringArray s_aVarsIn
static ref TStringArray s_aVarsOut

Detailed Description

Definition at line 1 of file SCR_AIGetPosForwardToTarget.c.

Member Function Documentation

◆ DrawDebug()

void SCR_AIGetPosForwardToTarget::DrawDebug ( )
inlineprotected

Definition at line 90 of file SCR_AIGetPosForwardToTarget.c.

◆ EOnTaskSimulate()

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

Definition at line 34 of file SCR_AIGetPosForwardToTarget.c.

◆ GetOnHoverDescription()

override string SCR_AIGetPosForwardToTarget::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 84 of file SCR_AIGetPosForwardToTarget.c.

◆ GetVariablesIn()

override TStringArray SCR_AIGetPosForwardToTarget::GetVariablesIn ( )
inlineprotected

Definition at line 113 of file SCR_AIGetPosForwardToTarget.c.

◆ GetVariablesOut()

override TStringArray SCR_AIGetPosForwardToTarget::GetVariablesOut ( )
inlineprotected

Definition at line 122 of file SCR_AIGetPosForwardToTarget.c.

◆ OnInit()

override void SCR_AIGetPosForwardToTarget::OnInit ( AIAgent owner)
inlineprotected

Definition at line 15 of file SCR_AIGetPosForwardToTarget.c.

◆ VisibleInPalette()

override bool SCR_AIGetPosForwardToTarget::VisibleInPalette ( )
inlinestaticprotected

Definition at line 103 of file SCR_AIGetPosForwardToTarget.c.

Member Data Documentation

◆ m_ResultVector

vector SCR_AIGetPosForwardToTarget::m_ResultVector
protected

Definition at line 10 of file SCR_AIGetPosForwardToTarget.c.

◆ m_Target

IEntity SCR_AIGetPosForwardToTarget::m_Target
protected

Definition at line 11 of file SCR_AIGetPosForwardToTarget.c.

◆ m_vPosition

vector SCR_AIGetPosForwardToTarget::m_vPosition
protected

Definition at line 12 of file SCR_AIGetPosForwardToTarget.c.

◆ s_aVarsIn

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

Definition at line 109 of file SCR_AIGetPosForwardToTarget.c.

◆ s_aVarsOut

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

Definition at line 119 of file SCR_AIGetPosForwardToTarget.c.


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