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

Public Member Functions

override TStringArray GetVariablesOut ()
 
override void OnInit (AIAgent owner)
 
- Public Member Functions inherited from Node
proto external int GetNodeID ()
 
proto external TypeName GetVariableType (bool inputPort, string name)
 
proto bool GetVariableIn (string name, out void val)
 
proto void SetVariableOut (string name, void val)
 
proto void ClearVariable (string name)
 
proto void GetCallstackStr (out string val)
 
proto void GetParentTreeName (out string val)
 

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 ()
 
- Protected Member Functions inherited from Node
TStringArray GetVariablesIn ()
 

Static Protected Member Functions

static override bool VisibleInPalette ()
 
static override string GetOnHoverDescription ()
 
- Static Protected Member Functions inherited from Node
static bool CanReturnRunning ()
 

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
 
- Static Protected Attributes inherited from Node
static ref TStringArray m_aEmptyVars = {}
 

Member Function Documentation

◆ GetNodeMiddleText()

override string SCR_AIDecoHasMagazineCount.GetNodeMiddleText ( )
protected

Implements DecoratorScripted.

◆ GetOnHoverDescription()

static override string SCR_AIDecoHasMagazineCount.GetOnHoverDescription ( )
staticprotected

Implements DecoratorScripted.

◆ GetVariablesOut()

override TStringArray SCR_AIDecoHasMagazineCount.GetVariablesOut ( )

Implements Node.

◆ OnInit()

override void SCR_AIDecoHasMagazineCount.OnInit ( AIAgent owner)

Implements DecoratorScripted.

◆ TestFunction()

override bool SCR_AIDecoHasMagazineCount.TestFunction ( AIAgent owner)
protected

Implements DecoratorScripted.

◆ VisibleInPalette()

static override bool SCR_AIDecoHasMagazineCount.VisibleInPalette ( )
staticprotected

Implements DecoratorScripted.

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: