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

Public Member Functions

override TStringArray GetVariablesOut ()
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 
- Public Member Functions inherited from SCR_AIGetWaypointParameters
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 
override TStringArray GetVariablesIn ()
 
override TStringArray GetVariablesOut ()
 

Public Attributes

ref array< string > m_tagsArray
 

Protected Member Functions

override bool VisibleInPalette ()
 
override string GetOnHoverDescription ()
 
override bool VisibleInPalette ()
 

Static Protected Attributes

static ref TStringArray s_aVarsOut2 = SCR_AINodePortsHelpers.MergeTwoArrays(SCR_AIGetWaypointParameters.s_aVarsOut_Base, {PORT_USE_TURRETS, PORT_SEARCH_TAGS, PORT_FAST_INIT, PORT_WAYPOINT_HOLDING_TIME})
 
- Static Protected Attributes inherited from SCR_AIGetWaypointParameters
static ref TStringArray s_aVarsIn
 
static ref TStringArray s_aVarsOut_Base
 

Additional Inherited Members

- Static Public Attributes inherited from SCR_AIGetWaypointParameters
static const string PORT_WAYPOINT_IN = "WaypointIn"
 
static const string PORT_WAYPOINT_OUT = "WaypointOut"
 
static const string PORT_RADIUS = "Radius"
 
static const string PORT_ORIGIN = "Origin"
 
static const string PORT_PRIORITY_LEVEL = "PriorityLevel"
 
static const string PORT_BOARDING_PARAMS = "BoardingParams"
 
static const string PORT_WAYPOINT_HOLDING_TIME = "HoldingTime"
 
static const string PORT_USE_TURRETS = "UseTurrets"
 
static const string PORT_SEARCH_TAGS = "SearchTags"
 
static const string PORT_FAST_INIT = "FastInit"
 
static const string PORT_VEHICLE = "Vehicle"
 
static const string PORT_ENTITY = "Entity"
 
- Protected Attributes inherited from SCR_AIGetWaypointParameters
SCR_AIWaypoint m_Waypoint
 

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetOnHoverDescription()

override string SCR_AIGetDefendWaypointParameters.GetOnHoverDescription ( )
protected

◆ GetVariablesOut()

override TStringArray SCR_AIGetDefendWaypointParameters.GetVariablesOut ( )

◆ VisibleInPalette()

override bool SCR_AIGetDefendWaypointParameters.VisibleInPalette ( )
protected

Member Data Documentation

◆ m_tagsArray

ref array<string> SCR_AIGetDefendWaypointParameters.m_tagsArray

◆ s_aVarsOut2


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