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

Public Member Functions

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

Static Public Member Functions

static override bool VisibleInPalette ()
 
static override string GetOnHoverDescription ()
 

Protected Attributes

ref TStringArray s_aVarsOut = {PORT_SUPPRESSION_VOLUME}
 
ref TStringArray s_aVarsIn = {PORT_BASE_TARGET}
 
SCR_AICombatComponent m_CombatComponent
 
ref SCR_AISuppressionVolumeBaseTargetBox m_SuppressionVolume
 

Static Protected Attributes

static const string PORT_SUPPRESSION_VOLUME = "SuppressionVolume"
 
static const string PORT_BASE_TARGET = "BaseTarget"
 

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetOnHoverDescription()

static override string SCR_AIGetTargetSuppressionVolume.GetOnHoverDescription ( )
static

◆ GetVariablesIn()

override TStringArray SCR_AIGetTargetSuppressionVolume.GetVariablesIn ( )

◆ GetVariablesOut()

override TStringArray SCR_AIGetTargetSuppressionVolume.GetVariablesOut ( )

◆ OnInit()

override void SCR_AIGetTargetSuppressionVolume.OnInit ( AIAgent owner)

◆ VisibleInPalette()

static override bool SCR_AIGetTargetSuppressionVolume.VisibleInPalette ( )
static

Member Data Documentation

◆ m_CombatComponent

SCR_AICombatComponent SCR_AIGetTargetSuppressionVolume.m_CombatComponent
protected

◆ m_SuppressionVolume

ref SCR_AISuppressionVolumeBaseTargetBox SCR_AIGetTargetSuppressionVolume.m_SuppressionVolume
protected

◆ PORT_BASE_TARGET

const string SCR_AIGetTargetSuppressionVolume.PORT_BASE_TARGET = "BaseTarget"
staticprotected

◆ PORT_SUPPRESSION_VOLUME

const string SCR_AIGetTargetSuppressionVolume.PORT_SUPPRESSION_VOLUME = "SuppressionVolume"
staticprotected

◆ s_aVarsIn

ref TStringArray SCR_AIGetTargetSuppressionVolume.s_aVarsIn = {PORT_BASE_TARGET}
protected

◆ s_aVarsOut

ref TStringArray SCR_AIGetTargetSuppressionVolume.s_aVarsOut = {PORT_SUPPRESSION_VOLUME}
protected

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