Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIGetTargetInfoProperties Interface Reference
Inheritance diagram for SCR_AIGetTargetInfoProperties:

Public Member Functions

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

Static Public 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"
 

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AIGetTargetInfoProperties.EOnTaskSimulate ( AIAgent owner,
float dt )

◆ GetOnHoverDescription()

static override string SCR_AIGetTargetInfoProperties.GetOnHoverDescription ( )
static

◆ GetVariablesIn()

override TStringArray SCR_AIGetTargetInfoProperties.GetVariablesIn ( )

◆ GetVariablesOut()

override TStringArray SCR_AIGetTargetInfoProperties.GetVariablesOut ( )

◆ VisibleInPalette()

static override bool SCR_AIGetTargetInfoProperties.VisibleInPalette ( )
static

Member Data Documentation

◆ ENTITY_PORT

const string SCR_AIGetTargetInfoProperties.ENTITY_PORT = "Entity"
staticprotected

◆ LAST_SEEN_POSITION_PORT

const string SCR_AIGetTargetInfoProperties.LAST_SEEN_POSITION_PORT = "LastSeenPosition"
staticprotected

◆ s_aVarsIn

ref TStringArray SCR_AIGetTargetInfoProperties.s_aVarsIn = {TARGET_INFO_PORT}
protected

◆ s_aVarsOut

ref TStringArray SCR_AIGetTargetInfoProperties.s_aVarsOut
protected
Initial value:
= {
}
static const string TIME_SINCE_SEEN_PORT
Definition SCR_AIGetTargetInfoProperties.c:7
static const string ENTITY_PORT
Definition SCR_AIGetTargetInfoProperties.c:5
static const string LAST_SEEN_POSITION_PORT
Definition SCR_AIGetTargetInfoProperties.c:6

◆ TARGET_INFO_PORT

const string SCR_AIGetTargetInfoProperties.TARGET_INFO_PORT = "TargetInfo"
staticprotected

◆ TIME_SINCE_SEEN_PORT

const string SCR_AIGetTargetInfoProperties.TIME_SINCE_SEEN_PORT = "TimeSinceSeen"
staticprotected

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