Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIAllocateActionsForDefendActivity Class Reference
Inheritance diagram for SCR_AIAllocateActionsForDefendActivity:
AITaskScripted

Protected Member Functions

override void OnInit (AIAgent owner)
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
bool OccupyTurret (AIAgent who, BaseCompartmentSlot slot, bool teleport)
bool OccupySA (AIAgent who, AISmartActionComponent smartAction, bool teleport)
override TStringArray GetVariablesIn ()

Static Protected Member Functions

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

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

Detailed Description

Definition at line 1 of file SCR_AIAllocateActionsForDefendActivity.c.

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AIAllocateActionsForDefendActivity::EOnTaskSimulate ( AIAgent owner,
float dt )
inlineprotected

Definition at line 37 of file SCR_AIAllocateActionsForDefendActivity.c.

◆ GetOnHoverDescription()

override string SCR_AIAllocateActionsForDefendActivity::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 189 of file SCR_AIAllocateActionsForDefendActivity.c.

◆ GetVariablesIn()

override TStringArray SCR_AIAllocateActionsForDefendActivity::GetVariablesIn ( )
inlineprotected

Definition at line 183 of file SCR_AIAllocateActionsForDefendActivity.c.

◆ OccupySA()

bool SCR_AIAllocateActionsForDefendActivity::OccupySA ( AIAgent who,
AISmartActionComponent smartAction,
bool teleport )
inlineprotected

Definition at line 150 of file SCR_AIAllocateActionsForDefendActivity.c.

◆ OccupyTurret()

bool SCR_AIAllocateActionsForDefendActivity::OccupyTurret ( AIAgent who,
BaseCompartmentSlot slot,
bool teleport )
inlineprotected

Definition at line 123 of file SCR_AIAllocateActionsForDefendActivity.c.

◆ OnInit()

override void SCR_AIAllocateActionsForDefendActivity::OnInit ( AIAgent owner)
inlineprotected

Definition at line 19 of file SCR_AIAllocateActionsForDefendActivity.c.

◆ VisibleInPalette()

override bool SCR_AIAllocateActionsForDefendActivity::VisibleInPalette ( )
inlinestaticprotected

Definition at line 16 of file SCR_AIAllocateActionsForDefendActivity.c.

Member Data Documentation

◆ m_bWaypointRelated

bool SCR_AIAllocateActionsForDefendActivity::m_bWaypointRelated
protected

Definition at line 8 of file SCR_AIAllocateActionsForDefendActivity.c.

◆ m_fPriorityLevel

float SCR_AIAllocateActionsForDefendActivity::m_fPriorityLevel
protected

Definition at line 9 of file SCR_AIAllocateActionsForDefendActivity.c.

◆ m_groupOwner

SCR_AIGroup SCR_AIAllocateActionsForDefendActivity::m_groupOwner
protected

Definition at line 7 of file SCR_AIAllocateActionsForDefendActivity.c.

◆ m_Mailbox

SCR_MailboxComponent SCR_AIAllocateActionsForDefendActivity::m_Mailbox
protected

Definition at line 12 of file SCR_AIAllocateActionsForDefendActivity.c.

◆ m_RelatedActivity

SCR_AIDefendActivity SCR_AIAllocateActionsForDefendActivity::m_RelatedActivity
protected

Definition at line 13 of file SCR_AIAllocateActionsForDefendActivity.c.

◆ m_RelatedWaypoint

SCR_DefendWaypoint SCR_AIAllocateActionsForDefendActivity::m_RelatedWaypoint
protected

Definition at line 10 of file SCR_AIAllocateActionsForDefendActivity.c.

◆ m_Utility

SCR_AIGroupUtilityComponent SCR_AIAllocateActionsForDefendActivity::m_Utility
protected

Definition at line 11 of file SCR_AIAllocateActionsForDefendActivity.c.

◆ s_aVarsIn

ref TStringArray SCR_AIAllocateActionsForDefendActivity::s_aVarsIn
staticprotected
Initial value:
= {
PORT_WAYPOINT,
PORT_WAYPOINT_RELATED,
PORT_PRIORITY_LEVEL
}

Definition at line 178 of file SCR_AIAllocateActionsForDefendActivity.c.


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