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

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_aVarsOut = {TARGET_INFO_PORT}
 
ref TStringArray s_aVarsIn = {BASE_TARGET}
 

Static Protected Attributes

static const string TARGET_INFO_PORT = "TargetInfoOut"
 
static const string BASE_TARGET = "BaseTargetIn"
 

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetOnHoverDescription()

static override string SCR_AIBaseTargetToTargetInfo.GetOnHoverDescription ( )
static

◆ GetVariablesIn()

override TStringArray SCR_AIBaseTargetToTargetInfo.GetVariablesIn ( )

◆ GetVariablesOut()

override TStringArray SCR_AIBaseTargetToTargetInfo.GetVariablesOut ( )

◆ VisibleInPalette()

static override bool SCR_AIBaseTargetToTargetInfo.VisibleInPalette ( )
static

Member Data Documentation

◆ BASE_TARGET

const string SCR_AIBaseTargetToTargetInfo.BASE_TARGET = "BaseTargetIn"
staticprotected

◆ m_TargetInfo

ref SCR_AITargetInfo SCR_AIBaseTargetToTargetInfo.m_TargetInfo

◆ s_aVarsIn

ref TStringArray SCR_AIBaseTargetToTargetInfo.s_aVarsIn = {BASE_TARGET}
protected

◆ s_aVarsOut

ref TStringArray SCR_AIBaseTargetToTargetInfo.s_aVarsOut = {TARGET_INFO_PORT}
protected

◆ TARGET_INFO_PORT

const string SCR_AIBaseTargetToTargetInfo.TARGET_INFO_PORT = "TargetInfoOut"
staticprotected

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