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

Protected Member Functions

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

Static Protected Member Functions

static override bool VisibleInPalette ()

Protected Attributes

SCR_AICombatComponent m_CombatComp

Static Protected Attributes

static const string WEAPON_COMPONENT_PORT = "WeaponComponent"
static const string MUZZLE_ID_PORT = "MuzzleId"
static const string LOW_AMMO_PORT = "LowAmmo"
static ref TStringArray s_aVarsIn = {WEAPON_COMPONENT_PORT, MUZZLE_ID_PORT}
static ref TStringArray s_aVarsOut = {LOW_AMMO_PORT}

Detailed Description

Definition at line 1 of file SCR_AICheckLowAmmo.c.

Member Function Documentation

◆ EOnTaskSimulate()

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

Definition at line 25 of file SCR_AICheckLowAmmo.c.

◆ GetVariablesIn()

override TStringArray SCR_AICheckLowAmmo::GetVariablesIn ( )
inlineprotected

Definition at line 10 of file SCR_AICheckLowAmmo.c.

◆ GetVariablesOut()

override TStringArray SCR_AICheckLowAmmo::GetVariablesOut ( )
inlineprotected

Definition at line 13 of file SCR_AICheckLowAmmo.c.

◆ OnInit()

override void SCR_AICheckLowAmmo::OnInit ( AIAgent owner)
inlineprotected

Definition at line 16 of file SCR_AICheckLowAmmo.c.

◆ VisibleInPalette()

override bool SCR_AICheckLowAmmo::VisibleInPalette ( )
inlinestaticprotected

Definition at line 46 of file SCR_AICheckLowAmmo.c.

Member Data Documentation

◆ LOW_AMMO_PORT

const string SCR_AICheckLowAmmo::LOW_AMMO_PORT = "LowAmmo"
staticprotected

Definition at line 5 of file SCR_AICheckLowAmmo.c.

◆ m_CombatComp

SCR_AICombatComponent SCR_AICheckLowAmmo::m_CombatComp
protected

Definition at line 7 of file SCR_AICheckLowAmmo.c.

◆ MUZZLE_ID_PORT

const string SCR_AICheckLowAmmo::MUZZLE_ID_PORT = "MuzzleId"
staticprotected

Definition at line 4 of file SCR_AICheckLowAmmo.c.

◆ s_aVarsIn

ref TStringArray SCR_AICheckLowAmmo::s_aVarsIn = {WEAPON_COMPONENT_PORT, MUZZLE_ID_PORT}
staticprotected

Definition at line 9 of file SCR_AICheckLowAmmo.c.

◆ s_aVarsOut

ref TStringArray SCR_AICheckLowAmmo::s_aVarsOut = {LOW_AMMO_PORT}
staticprotected

Definition at line 12 of file SCR_AICheckLowAmmo.c.

◆ WEAPON_COMPONENT_PORT

const string SCR_AICheckLowAmmo::WEAPON_COMPONENT_PORT = "WeaponComponent"
staticprotected

Definition at line 3 of file SCR_AICheckLowAmmo.c.


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