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

Public Member Functions

override TStringArray GetVariablesOut ()
 
override void OnInit (AIAgent owner)
 

Public Attributes

IEntity m_entity
 

Static Public Attributes

static const string PORT_MAGAZINE_COUNT = "MagazineCountOut"
 

Protected Member Functions

override bool TestFunction (AIAgent owner)
 
override string GetNodeMiddleText ()
 

Static Protected Member Functions

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

Protected Attributes

EVariableTestType m_TestType
 
int m_iNumberOfMagazines
 
SCR_InventoryStorageManagerComponent m_inventoryManager
 
BaseWeaponComponent m_weapon
 
int prevAmmo
 

Static Protected Attributes

static ref TStringArray s_aVarsOut
 

Member Function Documentation

◆ GetNodeMiddleText()

override string SCR_AIDecoHasMagazineCount.GetNodeMiddleText ( )
protected

◆ GetOnHoverDescription()

static override string SCR_AIDecoHasMagazineCount.GetOnHoverDescription ( )
staticprotected

◆ GetVariablesOut()

override TStringArray SCR_AIDecoHasMagazineCount.GetVariablesOut ( )

◆ OnInit()

override void SCR_AIDecoHasMagazineCount.OnInit ( AIAgent owner)

◆ TestFunction()

override bool SCR_AIDecoHasMagazineCount.TestFunction ( AIAgent owner)
protected

◆ VisibleInPalette()

static override bool SCR_AIDecoHasMagazineCount.VisibleInPalette ( )
staticprotected

Member Data Documentation

◆ m_entity

IEntity SCR_AIDecoHasMagazineCount.m_entity

◆ m_iNumberOfMagazines

int SCR_AIDecoHasMagazineCount.m_iNumberOfMagazines
protected

◆ m_inventoryManager

SCR_InventoryStorageManagerComponent SCR_AIDecoHasMagazineCount.m_inventoryManager
protected

◆ m_TestType

EVariableTestType SCR_AIDecoHasMagazineCount.m_TestType
protected

◆ m_weapon

BaseWeaponComponent SCR_AIDecoHasMagazineCount.m_weapon
protected

◆ PORT_MAGAZINE_COUNT

const string SCR_AIDecoHasMagazineCount.PORT_MAGAZINE_COUNT = "MagazineCountOut"
static

◆ prevAmmo

int SCR_AIDecoHasMagazineCount.prevAmmo
protected

◆ s_aVarsOut

ref TStringArray SCR_AIDecoHasMagazineCount.s_aVarsOut
staticprotected
Initial value:
= {
}
static const string PORT_MAGAZINE_COUNT
Definition SCR_AIDecoHasMagazineCount.c:11

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