Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AICreateTargetInfo Class Reference
Inheritance diagram for SCR_AICreateTargetInfo:
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 SCR_AITargetInfo m_TargetInfo
ref TStringArray s_aVarsIn
ref TStringArray s_aVarsOut = {TARGET_INFO_PORT}

Static Protected Attributes

static const string TARGET_INFO_PORT = "TargetInfo"
static const string ENTITY_PORT = "Entity"
static const string LAST_SEEN_POSITION_PORT = "LastSeenPosition"
static const string TIME_SINCE_SEEN_PORT = "TimeSinceSeen"

Detailed Description

Definition at line 1 of file SCR_AICreateTargetInfo.c.

Member Function Documentation

◆ EOnTaskSimulate()

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

Definition at line 26 of file SCR_AICreateTargetInfo.c.

◆ GetOnHoverDescription()

override string SCR_AICreateTargetInfo::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 23 of file SCR_AICreateTargetInfo.c.

◆ GetVariablesIn()

override TStringArray SCR_AICreateTargetInfo::GetVariablesIn ( )
inlineprotected

Definition at line 17 of file SCR_AICreateTargetInfo.c.

◆ GetVariablesOut()

override TStringArray SCR_AICreateTargetInfo::GetVariablesOut ( )
inlineprotected

Definition at line 19 of file SCR_AICreateTargetInfo.c.

◆ VisibleInPalette()

override bool SCR_AICreateTargetInfo::VisibleInPalette ( )
inlinestaticprotected

Definition at line 21 of file SCR_AICreateTargetInfo.c.

Member Data Documentation

◆ ENTITY_PORT

const string SCR_AICreateTargetInfo::ENTITY_PORT = "Entity"
staticprotected

Definition at line 5 of file SCR_AICreateTargetInfo.c.

◆ LAST_SEEN_POSITION_PORT

const string SCR_AICreateTargetInfo::LAST_SEEN_POSITION_PORT = "LastSeenPosition"
staticprotected

Definition at line 6 of file SCR_AICreateTargetInfo.c.

◆ m_TargetInfo

ref SCR_AITargetInfo SCR_AICreateTargetInfo::m_TargetInfo
protected

Definition at line 9 of file SCR_AICreateTargetInfo.c.

◆ s_aVarsIn

ref TStringArray SCR_AICreateTargetInfo::s_aVarsIn
protected
Initial value:
= {
ENTITY_PORT,
}
static const string LAST_SEEN_POSITION_PORT
static const string TIME_SINCE_SEEN_PORT

Definition at line 11 of file SCR_AICreateTargetInfo.c.

◆ s_aVarsOut

ref TStringArray SCR_AICreateTargetInfo::s_aVarsOut = {TARGET_INFO_PORT}
protected

Definition at line 16 of file SCR_AICreateTargetInfo.c.

◆ TARGET_INFO_PORT

const string SCR_AICreateTargetInfo::TARGET_INFO_PORT = "TargetInfo"
staticprotected

Definition at line 3 of file SCR_AICreateTargetInfo.c.

◆ TIME_SINCE_SEEN_PORT

const string SCR_AICreateTargetInfo::TIME_SINCE_SEEN_PORT = "TimeSinceSeen"
staticprotected

Definition at line 7 of file SCR_AICreateTargetInfo.c.


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