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

Public Member Functions

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

Static Public Member Functions

static override bool VisibleInPalette ()
 

Public Attributes

float m_fTimeSinceSeenMax_S
 
float m_fTimeSinceDetectedMax_S
 

Protected Attributes

PerceptionComponent m_PerceptionComp
 
SCR_AIConfigComponent m_ConfigComp
 
ref Shape m_Shape
 

Static Protected Attributes

static const string PORT_BASE_TARGET = "BaseTarget"
 
static ref TStringArray s_aVarsOut
 

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetVariablesOut()

override TStringArray SCR_AIFindTagetToLookAt.GetVariablesOut ( )

◆ OnInit()

override void SCR_AIFindTagetToLookAt.OnInit ( AIAgent owner)

◆ VisibleInPalette()

static override bool SCR_AIFindTagetToLookAt.VisibleInPalette ( )
static

Member Data Documentation

◆ m_ConfigComp

SCR_AIConfigComponent SCR_AIFindTagetToLookAt.m_ConfigComp
protected

◆ m_fTimeSinceDetectedMax_S

float SCR_AIFindTagetToLookAt.m_fTimeSinceDetectedMax_S

◆ m_fTimeSinceSeenMax_S

float SCR_AIFindTagetToLookAt.m_fTimeSinceSeenMax_S

◆ m_PerceptionComp

PerceptionComponent SCR_AIFindTagetToLookAt.m_PerceptionComp
protected

◆ m_Shape

ref Shape SCR_AIFindTagetToLookAt.m_Shape
protected

◆ PORT_BASE_TARGET

const string SCR_AIFindTagetToLookAt.PORT_BASE_TARGET = "BaseTarget"
staticprotected

◆ s_aVarsOut

ref TStringArray SCR_AIFindTagetToLookAt.s_aVarsOut
staticprotected
Initial value:
= {
}
static const string PORT_BASE_TARGET
Definition SCR_AIFindTargetToLookAt.c:9

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