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

Public Member Functions

override TStringArray GetVariablesIn ()
 
override void OnInit (AIAgent owner)
 
override bool TestFunction (AIAgent owner)
 
override string GetOnHoverDescription ()
 

Public Attributes

ref TStringArray s_aVarsIn = { PORT_TARGET_VISIBLE, PORT_TARGET_POSITION }
 

Protected Attributes

float m_fDistanceThreshold
 
IEntity m_ControlledEntity
 

Static Protected Attributes

static const string PORT_TARGET_VISIBLE = "TargetVisible"
 
static const string PORT_TARGET_POSITION = "TargetPos"
 

Member Function Documentation

◆ GetOnHoverDescription()

override string SCR_AIDecoMachinegunnerBipod.GetOnHoverDescription ( )

◆ GetVariablesIn()

override TStringArray SCR_AIDecoMachinegunnerBipod.GetVariablesIn ( )

◆ OnInit()

override void SCR_AIDecoMachinegunnerBipod.OnInit ( AIAgent  owner)

◆ TestFunction()

override bool SCR_AIDecoMachinegunnerBipod.TestFunction ( AIAgent  owner)

Member Data Documentation

◆ m_ControlledEntity

IEntity SCR_AIDecoMachinegunnerBipod.m_ControlledEntity
protected

◆ m_fDistanceThreshold

float SCR_AIDecoMachinegunnerBipod.m_fDistanceThreshold
protected

◆ PORT_TARGET_POSITION

const string SCR_AIDecoMachinegunnerBipod.PORT_TARGET_POSITION = "TargetPos"
staticprotected

◆ PORT_TARGET_VISIBLE

const string SCR_AIDecoMachinegunnerBipod.PORT_TARGET_VISIBLE = "TargetVisible"
staticprotected

◆ s_aVarsIn

ref TStringArray SCR_AIDecoMachinegunnerBipod.s_aVarsIn = { PORT_TARGET_VISIBLE, PORT_TARGET_POSITION }

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