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

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 ()
 

Public Attributes

ref SCR_AITargetInfo m_TargetInfo
 

Protected Attributes

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"
 

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetOnHoverDescription()

static override string SCR_AICreateTargetInfo.GetOnHoverDescription ( )
static

◆ GetVariablesIn()

override TStringArray SCR_AICreateTargetInfo.GetVariablesIn ( )

◆ GetVariablesOut()

override TStringArray SCR_AICreateTargetInfo.GetVariablesOut ( )

◆ VisibleInPalette()

static override bool SCR_AICreateTargetInfo.VisibleInPalette ( )
static

Member Data Documentation

◆ ENTITY_PORT

const string SCR_AICreateTargetInfo.ENTITY_PORT = "Entity"
staticprotected

◆ LAST_SEEN_POSITION_PORT

const string SCR_AICreateTargetInfo.LAST_SEEN_POSITION_PORT = "LastSeenPosition"
staticprotected

◆ m_TargetInfo

ref SCR_AITargetInfo SCR_AICreateTargetInfo.m_TargetInfo

◆ s_aVarsIn

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

◆ s_aVarsOut

ref TStringArray SCR_AICreateTargetInfo.s_aVarsOut = {TARGET_INFO_PORT}
protected

◆ TARGET_INFO_PORT

const string SCR_AICreateTargetInfo.TARGET_INFO_PORT = "TargetInfo"
staticprotected

◆ TIME_SINCE_SEEN_PORT

const string SCR_AICreateTargetInfo.TIME_SINCE_SEEN_PORT = "TimeSinceSeen"
staticprotected

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