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

Public Member Functions

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

Protected Member Functions

override string GetOnHoverDescription ()
 

Protected Attributes

BaseWeaponManagerComponent m_WeaponMgr
 

Static Protected Attributes

static string TARGET_ENTITY_PORT = "TargetEntity"
 
static string TARGET_POSITION_PORT = "TargetPosition"
 
static string VECTOR_IN_PORT = "VectorIn"
 
static string INITIAL_SPEED_COEFFICIENT = "InitialSpeedCoefficient"
 
static string VECTOR_OUT_PORT = "VectorOut"
 
static ref TStringArray s_aVarsOut = {VECTOR_OUT_PORT}
 
static ref TStringArray s_aVarsIn = {TARGET_ENTITY_PORT, TARGET_POSITION_PORT, VECTOR_IN_PORT, INITIAL_SPEED_COEFFICIENT}
 

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetOnHoverDescription()

override string SCR_AIGetAimDistanceCompensation.GetOnHoverDescription ( )
protected

◆ GetVariablesIn()

override TStringArray SCR_AIGetAimDistanceCompensation.GetVariablesIn ( )

◆ GetVariablesOut()

override TStringArray SCR_AIGetAimDistanceCompensation.GetVariablesOut ( )

◆ OnInit()

override void SCR_AIGetAimDistanceCompensation.OnInit ( AIAgent  owner)

◆ VisibleInPalette()

override bool SCR_AIGetAimDistanceCompensation.VisibleInPalette ( )

Member Data Documentation

◆ INITIAL_SPEED_COEFFICIENT

string SCR_AIGetAimDistanceCompensation.INITIAL_SPEED_COEFFICIENT = "InitialSpeedCoefficient"
staticprotected

◆ m_WeaponMgr

BaseWeaponManagerComponent SCR_AIGetAimDistanceCompensation.m_WeaponMgr
protected

◆ s_aVarsIn

ref TStringArray SCR_AIGetAimDistanceCompensation.s_aVarsIn = {TARGET_ENTITY_PORT, TARGET_POSITION_PORT, VECTOR_IN_PORT, INITIAL_SPEED_COEFFICIENT}
staticprotected

◆ s_aVarsOut

ref TStringArray SCR_AIGetAimDistanceCompensation.s_aVarsOut = {VECTOR_OUT_PORT}
staticprotected

◆ TARGET_ENTITY_PORT

string SCR_AIGetAimDistanceCompensation.TARGET_ENTITY_PORT = "TargetEntity"
staticprotected

◆ TARGET_POSITION_PORT

string SCR_AIGetAimDistanceCompensation.TARGET_POSITION_PORT = "TargetPosition"
staticprotected

◆ VECTOR_IN_PORT

string SCR_AIGetAimDistanceCompensation.VECTOR_IN_PORT = "VectorIn"
staticprotected

◆ VECTOR_OUT_PORT

string SCR_AIGetAimDistanceCompensation.VECTOR_OUT_PORT = "VectorOut"
staticprotected

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