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

Public Member Functions

override bool VisibleInPalette ()
 
override void OnInit (AIAgent owner)
 
override void OnEnter (AIAgent owner)
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 
override TStringArray GetVariablesIn ()
 
override string GetOnHoverDescription ()
 
override bool CanReturnRunning ()
 

Public Attributes

bool m_bKeepTurrets
 
bool m_bKeepSA
 
bool m_bKeepSectorCovers
 

Static Public Attributes

static const string PORT_WAYPOINT = "WaypointIn"
 

Protected Attributes

float m_fUpdateInterval_ms
 
float m_fNextUpdate_ms
 
SCR_AIGroup m_groupOwner
 
SCR_DefendWaypoint m_RelatedWaypoint
 
bool m_bSendingCancel
 
SCR_MailboxComponent m_Mailbox
 
SCR_AIDefendActivity m_RelatedActivity
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 

Member Function Documentation

◆ CanReturnRunning()

override bool SCR_AIClearActionsForDefendActivity.CanReturnRunning ( )

◆ EOnTaskSimulate()

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

◆ GetOnHoverDescription()

override string SCR_AIClearActionsForDefendActivity.GetOnHoverDescription ( )

◆ GetVariablesIn()

override TStringArray SCR_AIClearActionsForDefendActivity.GetVariablesIn ( )

◆ OnEnter()

override void SCR_AIClearActionsForDefendActivity.OnEnter ( AIAgent  owner)

◆ OnInit()

override void SCR_AIClearActionsForDefendActivity.OnInit ( AIAgent  owner)

◆ VisibleInPalette()

override bool SCR_AIClearActionsForDefendActivity.VisibleInPalette ( )

Member Data Documentation

◆ m_bKeepSA

bool SCR_AIClearActionsForDefendActivity.m_bKeepSA

◆ m_bKeepSectorCovers

bool SCR_AIClearActionsForDefendActivity.m_bKeepSectorCovers

◆ m_bKeepTurrets

bool SCR_AIClearActionsForDefendActivity.m_bKeepTurrets

◆ m_bSendingCancel

bool SCR_AIClearActionsForDefendActivity.m_bSendingCancel
protected

◆ m_fNextUpdate_ms

float SCR_AIClearActionsForDefendActivity.m_fNextUpdate_ms
protected

◆ m_fUpdateInterval_ms

float SCR_AIClearActionsForDefendActivity.m_fUpdateInterval_ms
protected

◆ m_groupOwner

SCR_AIGroup SCR_AIClearActionsForDefendActivity.m_groupOwner
protected

◆ m_Mailbox

SCR_MailboxComponent SCR_AIClearActionsForDefendActivity.m_Mailbox
protected

◆ m_RelatedActivity

SCR_AIDefendActivity SCR_AIClearActionsForDefendActivity.m_RelatedActivity
protected

◆ m_RelatedWaypoint

SCR_DefendWaypoint SCR_AIClearActionsForDefendActivity.m_RelatedWaypoint
protected

◆ PORT_WAYPOINT

const string SCR_AIClearActionsForDefendActivity.PORT_WAYPOINT = "WaypointIn"
static

◆ s_aVarsIn

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

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