Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIEvaluateSuppressionWeapon Class Reference
Inheritance diagram for SCR_AIEvaluateSuppressionWeapon:
AITaskScripted

Protected Member Functions

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

Static Protected Member Functions

static override bool VisibleInPalette ()

Protected Attributes

SCR_AICombatComponent m_CombatComponent

Static Protected Attributes

static const string PORT_DISTANCE = "Distance"
static const string PORT_WEAPON_COMPONENT = "WeaponComponent"
static const string PORT_MAGAZINE_COMPONENT = "MagazineComponent"
static const string PORT_MUZZLE_ID = "MuzzleId"
static ref TStringArray s_aVarsOut
static ref TStringArray s_aVarsIn

Detailed Description

Evaluates a weapon useful for suppressive fire at Weapon&Target selector and returns the weapon, magazine and muzzle.

Definition at line 4 of file SCR_AIEvaluateSuppressionWeapon.c.

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AIEvaluateSuppressionWeapon::EOnTaskSimulate ( AIAgent owner,
float dt )
inlineprotected

Definition at line 29 of file SCR_AIEvaluateSuppressionWeapon.c.

◆ GetVariablesIn()

override TStringArray SCR_AIEvaluateSuppressionWeapon::GetVariablesIn ( )
inlineprotected

Definition at line 66 of file SCR_AIEvaluateSuppressionWeapon.c.

◆ GetVariablesOut()

override TStringArray SCR_AIEvaluateSuppressionWeapon::GetVariablesOut ( )
inlineprotected

Definition at line 61 of file SCR_AIEvaluateSuppressionWeapon.c.

◆ OnInit()

override void SCR_AIEvaluateSuppressionWeapon::OnInit ( AIAgent owner)
inlineprotected

Definition at line 17 of file SCR_AIEvaluateSuppressionWeapon.c.

◆ VisibleInPalette()

override bool SCR_AIEvaluateSuppressionWeapon::VisibleInPalette ( )
inlinestaticprotected

Definition at line 54 of file SCR_AIEvaluateSuppressionWeapon.c.

Member Data Documentation

◆ m_CombatComponent

SCR_AICombatComponent SCR_AIEvaluateSuppressionWeapon::m_CombatComponent
protected

Definition at line 14 of file SCR_AIEvaluateSuppressionWeapon.c.

◆ PORT_DISTANCE

const string SCR_AIEvaluateSuppressionWeapon::PORT_DISTANCE = "Distance"
staticprotected

Definition at line 7 of file SCR_AIEvaluateSuppressionWeapon.c.

◆ PORT_MAGAZINE_COMPONENT

const string SCR_AIEvaluateSuppressionWeapon::PORT_MAGAZINE_COMPONENT = "MagazineComponent"
staticprotected

Definition at line 11 of file SCR_AIEvaluateSuppressionWeapon.c.

◆ PORT_MUZZLE_ID

const string SCR_AIEvaluateSuppressionWeapon::PORT_MUZZLE_ID = "MuzzleId"
staticprotected

Definition at line 12 of file SCR_AIEvaluateSuppressionWeapon.c.

◆ PORT_WEAPON_COMPONENT

const string SCR_AIEvaluateSuppressionWeapon::PORT_WEAPON_COMPONENT = "WeaponComponent"
staticprotected

Definition at line 10 of file SCR_AIEvaluateSuppressionWeapon.c.

◆ s_aVarsIn

ref TStringArray SCR_AIEvaluateSuppressionWeapon::s_aVarsIn
staticprotected
Initial value:

Definition at line 63 of file SCR_AIEvaluateSuppressionWeapon.c.

◆ s_aVarsOut

ref TStringArray SCR_AIEvaluateSuppressionWeapon::s_aVarsOut
staticprotected

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