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

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_AIGetTargetInfoProperties.c.

Member Function Documentation

◆ EOnTaskSimulate()

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

Definition at line 23 of file SCR_AIGetTargetInfoProperties.c.

◆ GetOnHoverDescription()

override string SCR_AIGetTargetInfoProperties::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 21 of file SCR_AIGetTargetInfoProperties.c.

◆ GetVariablesIn()

override TStringArray SCR_AIGetTargetInfoProperties::GetVariablesIn ( )
inlineprotected

Definition at line 10 of file SCR_AIGetTargetInfoProperties.c.

◆ GetVariablesOut()

override TStringArray SCR_AIGetTargetInfoProperties::GetVariablesOut ( )
inlineprotected

Definition at line 17 of file SCR_AIGetTargetInfoProperties.c.

◆ VisibleInPalette()

override bool SCR_AIGetTargetInfoProperties::VisibleInPalette ( )
inlinestaticprotected

Definition at line 19 of file SCR_AIGetTargetInfoProperties.c.

Member Data Documentation

◆ ENTITY_PORT

const string SCR_AIGetTargetInfoProperties::ENTITY_PORT = "Entity"
staticprotected

Definition at line 5 of file SCR_AIGetTargetInfoProperties.c.

◆ LAST_SEEN_POSITION_PORT

const string SCR_AIGetTargetInfoProperties::LAST_SEEN_POSITION_PORT = "LastSeenPosition"
staticprotected

Definition at line 6 of file SCR_AIGetTargetInfoProperties.c.

◆ s_aVarsIn

ref TStringArray SCR_AIGetTargetInfoProperties::s_aVarsIn = {TARGET_INFO_PORT}
protected

Definition at line 9 of file SCR_AIGetTargetInfoProperties.c.

◆ s_aVarsOut

ref TStringArray SCR_AIGetTargetInfoProperties::s_aVarsOut
protected

◆ TARGET_INFO_PORT

const string SCR_AIGetTargetInfoProperties::TARGET_INFO_PORT = "TargetInfo"
staticprotected

Definition at line 3 of file SCR_AIGetTargetInfoProperties.c.

◆ TIME_SINCE_SEEN_PORT

const string SCR_AIGetTargetInfoProperties::TIME_SINCE_SEEN_PORT = "TimeSinceSeen"
staticprotected

Definition at line 7 of file SCR_AIGetTargetInfoProperties.c.


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