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

Public Member Functions

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

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 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
 

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetOnHoverDescription()

static override string SCR_AIAllocateActionsForDefendActivity.GetOnHoverDescription ( )
static

◆ GetVariablesIn()

override TStringArray SCR_AIAllocateActionsForDefendActivity.GetVariablesIn ( )

◆ 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)

◆ VisibleInPalette()

static override bool SCR_AIAllocateActionsForDefendActivity.VisibleInPalette ( )
static

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: