Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIAllocateActionsForDefendActivity Interface Reference
Inheritance diagram for SCR_AIAllocateActionsForDefendActivity:
AITaskScripted AITask Node

Public Member Functions

override void OnInit (AIAgent owner)
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.
 
override TStringArray GetVariablesIn ()
 
- Public Member Functions inherited from AITaskScripted
void OnEnter (AIAgent owner)
 
void OnAbort (AIAgent owner, Node nodeCausingAbort)
 
- 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 bool VisibleInPalette ()
 
static override string GetOnHoverDescription ()
 

Static Public Attributes

static const string PORT_WAYPOINT = "WaypointIn"
 
static const string PORT_WAYPOINT_RELATED = "WaypointRelated"
 
static const string PORT_PRIORITY_LEVEL = "PriorityLevel"
 

Protected Member Functions

bool OccupyTurret (AIAgent who, BaseCompartmentSlot slot, bool teleport)
 
bool OccupySA (AIAgent who, AISmartActionComponent smartAction, bool teleport)
 
- Protected Member Functions inherited from AITaskScripted
string GetNodeMiddleText ()
 
- Protected Member Functions inherited from Node
TStringArray GetVariablesOut ()
 

Protected Attributes

SCR_AIGroup m_groupOwner
 
bool m_bWaypointRelated
 
float m_fPriorityLevel
 
SCR_DefendWaypoint m_RelatedWaypoint
 
SCR_AIGroupUtilityComponent m_Utility
 
SCR_MailboxComponent m_Mailbox
 
SCR_AIDefendActivity m_RelatedActivity
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 
- Static Protected Attributes inherited from Node
static ref TStringArray m_aEmptyVars = {}
 

Additional Inherited Members

- Static Protected Member Functions inherited from Node
static bool CanReturnRunning ()
 

Member Function Documentation

◆ EOnTaskSimulate()

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

Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.

Implements AITaskScripted.

◆ GetOnHoverDescription()

static override string SCR_AIAllocateActionsForDefendActivity.GetOnHoverDescription ( )
static

Implements Node.

◆ GetVariablesIn()

override TStringArray SCR_AIAllocateActionsForDefendActivity.GetVariablesIn ( )

Implements Node.

◆ OccupySA()

bool SCR_AIAllocateActionsForDefendActivity.OccupySA ( AIAgent who,
AISmartActionComponent smartAction,
bool teleport )
protected

◆ OccupyTurret()

bool SCR_AIAllocateActionsForDefendActivity.OccupyTurret ( AIAgent who,
BaseCompartmentSlot slot,
bool teleport )
protected

◆ OnInit()

override void SCR_AIAllocateActionsForDefendActivity.OnInit ( AIAgent owner)

Implements AITaskScripted.

◆ VisibleInPalette()

static override bool SCR_AIAllocateActionsForDefendActivity.VisibleInPalette ( )
static

Implements Node.

Member Data Documentation

◆ m_bWaypointRelated

bool SCR_AIAllocateActionsForDefendActivity.m_bWaypointRelated
protected

◆ m_fPriorityLevel

float SCR_AIAllocateActionsForDefendActivity.m_fPriorityLevel
protected

◆ m_groupOwner

SCR_AIGroup SCR_AIAllocateActionsForDefendActivity.m_groupOwner
protected

◆ m_Mailbox

SCR_MailboxComponent SCR_AIAllocateActionsForDefendActivity.m_Mailbox
protected

◆ m_RelatedActivity

SCR_AIDefendActivity SCR_AIAllocateActionsForDefendActivity.m_RelatedActivity
protected

◆ m_RelatedWaypoint

SCR_DefendWaypoint SCR_AIAllocateActionsForDefendActivity.m_RelatedWaypoint
protected

◆ m_Utility

SCR_AIGroupUtilityComponent SCR_AIAllocateActionsForDefendActivity.m_Utility
protected

◆ PORT_PRIORITY_LEVEL

const string SCR_AIAllocateActionsForDefendActivity.PORT_PRIORITY_LEVEL = "PriorityLevel"
static

◆ PORT_WAYPOINT

const string SCR_AIAllocateActionsForDefendActivity.PORT_WAYPOINT = "WaypointIn"
static

◆ PORT_WAYPOINT_RELATED

const string SCR_AIAllocateActionsForDefendActivity.PORT_WAYPOINT_RELATED = "WaypointRelated"
static

◆ s_aVarsIn

ref TStringArray SCR_AIAllocateActionsForDefendActivity.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_WAYPOINT
Definition SCR_AIAllocateActionsForDefendActivity.c:3
static const string PORT_PRIORITY_LEVEL
Definition SCR_AIAllocateActionsForDefendActivity.c:5
static const string PORT_WAYPOINT_RELATED
Definition SCR_AIAllocateActionsForDefendActivity.c:4

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