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

Public Member Functions

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

Static Public Attributes

static const string PORT_WEAPON_TYPE_IN = "WeaponTypeIn"
 
static const string PORT_WEAPON_TYPE_OUT = "WeaponTypeOut"
 
static const string PORT_MAGAZINE_WELL = "MagazineWell"
 

Protected Member Functions

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

Protected Attributes

EWeaponType m_WeaponType
 
bool m_bCurrent
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 
static ref TStringArray s_aVarsOut
 

Member Function Documentation

◆ GetNodeMiddleText()

override string SCR_AIDecoHasWeaponOfType.GetNodeMiddleText ( )
protected

◆ GetOnHoverDescription()

override string SCR_AIDecoHasWeaponOfType.GetOnHoverDescription ( )
protected

◆ GetVariablesIn()

override TStringArray SCR_AIDecoHasWeaponOfType.GetVariablesIn ( )

◆ GetVariablesOut()

override TStringArray SCR_AIDecoHasWeaponOfType.GetVariablesOut ( )

◆ OnInit()

override void SCR_AIDecoHasWeaponOfType.OnInit ( AIAgent  owner)

◆ TestFunction()

override bool SCR_AIDecoHasWeaponOfType.TestFunction ( AIAgent  owner)
protected

◆ VisibleInPalette()

override bool SCR_AIDecoHasWeaponOfType.VisibleInPalette ( )
protected

Member Data Documentation

◆ m_bCurrent

bool SCR_AIDecoHasWeaponOfType.m_bCurrent
protected

◆ m_WeaponType

EWeaponType SCR_AIDecoHasWeaponOfType.m_WeaponType
protected

◆ PORT_MAGAZINE_WELL

const string SCR_AIDecoHasWeaponOfType.PORT_MAGAZINE_WELL = "MagazineWell"
static

◆ PORT_WEAPON_TYPE_IN

const string SCR_AIDecoHasWeaponOfType.PORT_WEAPON_TYPE_IN = "WeaponTypeIn"
static

◆ PORT_WEAPON_TYPE_OUT

const string SCR_AIDecoHasWeaponOfType.PORT_WEAPON_TYPE_OUT = "WeaponTypeOut"
static

◆ s_aVarsIn

ref TStringArray SCR_AIDecoHasWeaponOfType.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_WEAPON_TYPE_IN
Definition: SCR_AIDecoHasWeaponOfType.c:3
static const string PORT_MAGAZINE_WELL
Definition: SCR_AIDecoHasWeaponOfType.c:5

◆ s_aVarsOut

ref TStringArray SCR_AIDecoHasWeaponOfType.s_aVarsOut
staticprotected
Initial value:
= {
}
static const string PORT_WEAPON_TYPE_OUT
Definition: SCR_AIDecoHasWeaponOfType.c:4

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