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

Static Protected Attributes

static const string BASE_TARGET_PORT = "BaseTarget"
static const string ENTITY_PORT = "Entity"
static const string LAST_SEEN_POSITION_PORT = "LastSeenPosition"
static const string TIME_SINCE_SEEN_PORT = "TimeSinceSeen"
static const string ENDANGERING_PORT = "IsEndangering"

Detailed Description

Definition at line 1 of file SCR_AIGetBaseTargetProperties.c.

Member Function Documentation

◆ EOnTaskSimulate()

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

Definition at line 25 of file SCR_AIGetBaseTargetProperties.c.

◆ GetOnHoverDescription()

override string SCR_AIGetBaseTargetProperties::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 23 of file SCR_AIGetBaseTargetProperties.c.

◆ GetVariablesIn()

override TStringArray SCR_AIGetBaseTargetProperties::GetVariablesIn ( )
inlineprotected

Definition at line 11 of file SCR_AIGetBaseTargetProperties.c.

◆ GetVariablesOut()

override TStringArray SCR_AIGetBaseTargetProperties::GetVariablesOut ( )
inlineprotected

Definition at line 19 of file SCR_AIGetBaseTargetProperties.c.

◆ VisibleInPalette()

override bool SCR_AIGetBaseTargetProperties::VisibleInPalette ( )
inlinestaticprotected

Definition at line 21 of file SCR_AIGetBaseTargetProperties.c.

Member Data Documentation

◆ BASE_TARGET_PORT

const string SCR_AIGetBaseTargetProperties::BASE_TARGET_PORT = "BaseTarget"
staticprotected

Definition at line 3 of file SCR_AIGetBaseTargetProperties.c.

◆ ENDANGERING_PORT

const string SCR_AIGetBaseTargetProperties::ENDANGERING_PORT = "IsEndangering"
staticprotected

Definition at line 8 of file SCR_AIGetBaseTargetProperties.c.

◆ ENTITY_PORT

const string SCR_AIGetBaseTargetProperties::ENTITY_PORT = "Entity"
staticprotected

Definition at line 5 of file SCR_AIGetBaseTargetProperties.c.

◆ LAST_SEEN_POSITION_PORT

const string SCR_AIGetBaseTargetProperties::LAST_SEEN_POSITION_PORT = "LastSeenPosition"
staticprotected

Definition at line 6 of file SCR_AIGetBaseTargetProperties.c.

◆ s_aVarsIn

ref TStringArray SCR_AIGetBaseTargetProperties::s_aVarsIn = {BASE_TARGET_PORT}
protected

Definition at line 10 of file SCR_AIGetBaseTargetProperties.c.

◆ s_aVarsOut

ref TStringArray SCR_AIGetBaseTargetProperties::s_aVarsOut
protected

◆ TIME_SINCE_SEEN_PORT

const string SCR_AIGetBaseTargetProperties::TIME_SINCE_SEEN_PORT = "TimeSinceSeen"
staticprotected

Definition at line 7 of file SCR_AIGetBaseTargetProperties.c.


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