Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | Static Protected Attributes | List of all members
SCR_AIBaseTargetToTargetInfo Interface Reference
Inheritance diagram for SCR_AIBaseTargetToTargetInfo:
[legend]

Public Member Functions

override TStringArray GetVariablesIn ()
 
override TStringArray GetVariablesOut ()
 
override bool VisibleInPalette ()
 
override string GetOnHoverDescription ()
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 

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

override string SCR_AIBaseTargetToTargetInfo.GetOnHoverDescription ( )

◆ GetVariablesIn()

override TStringArray SCR_AIBaseTargetToTargetInfo.GetVariablesIn ( )

◆ GetVariablesOut()

override TStringArray SCR_AIBaseTargetToTargetInfo.GetVariablesOut ( )

◆ VisibleInPalette()

override bool SCR_AIBaseTargetToTargetInfo.VisibleInPalette ( )

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: