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

Protected Member Functions

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

Static Protected Member Functions

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

Protected Attributes

ref TStringArray s_aVarsOut = {TARGET_INFO_PORT}
ref TStringArray s_aVarsIn = {BASE_TARGET}
ref SCR_AITargetInfo m_TargetInfo

Static Protected Attributes

static const string TARGET_INFO_PORT = "TargetInfoOut"
static const string BASE_TARGET = "BaseTargetIn"

Detailed Description

Definition at line 1 of file SCR_AIBaseTargetToTargetInfo.c.

Member Function Documentation

◆ EOnTaskSimulate()

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

Definition at line 18 of file SCR_AIBaseTargetToTargetInfo.c.

◆ GetOnHoverDescription()

override string SCR_AIBaseTargetToTargetInfo::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 15 of file SCR_AIBaseTargetToTargetInfo.c.

◆ GetVariablesIn()

override TStringArray SCR_AIBaseTargetToTargetInfo::GetVariablesIn ( )
inlineprotected

Definition at line 9 of file SCR_AIBaseTargetToTargetInfo.c.

◆ GetVariablesOut()

override TStringArray SCR_AIBaseTargetToTargetInfo::GetVariablesOut ( )
inlineprotected

Definition at line 10 of file SCR_AIBaseTargetToTargetInfo.c.

◆ VisibleInPalette()

override bool SCR_AIBaseTargetToTargetInfo::VisibleInPalette ( )
inlinestaticprotected

Definition at line 13 of file SCR_AIBaseTargetToTargetInfo.c.

Member Data Documentation

◆ BASE_TARGET

const string SCR_AIBaseTargetToTargetInfo::BASE_TARGET = "BaseTargetIn"
staticprotected

Definition at line 5 of file SCR_AIBaseTargetToTargetInfo.c.

◆ m_TargetInfo

ref SCR_AITargetInfo SCR_AIBaseTargetToTargetInfo::m_TargetInfo
protected

Definition at line 11 of file SCR_AIBaseTargetToTargetInfo.c.

◆ s_aVarsIn

ref TStringArray SCR_AIBaseTargetToTargetInfo::s_aVarsIn = {BASE_TARGET}
protected

Definition at line 8 of file SCR_AIBaseTargetToTargetInfo.c.

◆ s_aVarsOut

ref TStringArray SCR_AIBaseTargetToTargetInfo::s_aVarsOut = {TARGET_INFO_PORT}
protected

Definition at line 7 of file SCR_AIBaseTargetToTargetInfo.c.

◆ TARGET_INFO_PORT

const string SCR_AIBaseTargetToTargetInfo::TARGET_INFO_PORT = "TargetInfoOut"
staticprotected

Definition at line 3 of file SCR_AIBaseTargetToTargetInfo.c.


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