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

Public Member Functions

override TStringArray GetVariablesIn ()
 
override void OnInit (AIAgent owner)
 
override bool TestFunction (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)
 

Static Public Member Functions

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

Additional Inherited Members

- Protected Member Functions inherited from DecoratorScripted
string GetNodeMiddleText ()
 
- Protected Member Functions inherited from Node
TStringArray GetVariablesOut ()
 
- Static Protected Member Functions inherited from DecoratorScripted
static override bool VisibleInPalette ()
 
- Static Protected Member Functions inherited from Node
static bool CanReturnRunning ()
 

Member Function Documentation

◆ GetOnHoverDescription()

static override string SCR_AIDecoMachinegunnerBipod.GetOnHoverDescription ( )
static

Implements DecoratorScripted.

◆ GetVariablesIn()

override TStringArray SCR_AIDecoMachinegunnerBipod.GetVariablesIn ( )

Implements Node.

◆ OnInit()

override void SCR_AIDecoMachinegunnerBipod.OnInit ( AIAgent owner)

Implements DecoratorScripted.

◆ TestFunction()

override bool SCR_AIDecoMachinegunnerBipod.TestFunction ( AIAgent owner)

Implements DecoratorScripted.

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: