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

Public Member Functions

override TStringArray GetVariablesIn ()
 
override TStringArray GetVariablesOut ()
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 

Static Public Attributes

static const string WAYPOINT_PORT = "WaypointIn"
 
static const string COMPONENT_PORT = "SmartActionComponent"
 

Protected Member Functions

override bool VisibleInPalette ()
 
override string GetOnHoverDescription ()
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 
static ref TStringArray s_aVarsOut
 

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AIGetSmartActionComponent.EOnTaskSimulate ( AIAgent  owner,
float  dt 
)

◆ GetOnHoverDescription()

override string SCR_AIGetSmartActionComponent.GetOnHoverDescription ( )
protected

◆ GetVariablesIn()

override TStringArray SCR_AIGetSmartActionComponent.GetVariablesIn ( )

◆ GetVariablesOut()

override TStringArray SCR_AIGetSmartActionComponent.GetVariablesOut ( )

◆ VisibleInPalette()

override bool SCR_AIGetSmartActionComponent.VisibleInPalette ( )
protected

Member Data Documentation

◆ COMPONENT_PORT

const string SCR_AIGetSmartActionComponent.COMPONENT_PORT = "SmartActionComponent"
static

◆ s_aVarsIn

ref TStringArray SCR_AIGetSmartActionComponent.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string WAYPOINT_PORT
Definition: SCR_AIGetSmartActionComponent.c:3

◆ s_aVarsOut

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

◆ WAYPOINT_PORT

const string SCR_AIGetSmartActionComponent.WAYPOINT_PORT = "WaypointIn"
static

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