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

Protected Member Functions

override TStringArray GetVariablesIn ()
override void OnInit (AIAgent owner)
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
override void OnAbort (AIAgent owner, Node nodeCausingAbort)
int FindAllSmartActionComponents (IEntity entityContainingSmartActions, out array< Managed > smartActionComponents)
int RegisterSmartActionsWithTag (string tag, array< Managed > smartActionComponents)
void UnregisterSmartActionsWithTag (string tag, array< Managed > smartActionComponents)
void OnSmartActionEnd (AIAgent user)
void OnSmartActionFailed (AIAgent user)

Static Protected Member Functions

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

Static Protected Attributes

static ref TStringArray s_aVarsIn

Detailed Description

Definition at line 1 of file SCR_AIGetSmartActionsState.c.

Member Function Documentation

◆ CanReturnRunning()

override bool SCR_AIGetSmartActionsState::CanReturnRunning ( )
inlinestaticprotected

Definition at line 221 of file SCR_AIGetSmartActionsState.c.

◆ EOnTaskSimulate()

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

Definition at line 37 of file SCR_AIGetSmartActionsState.c.

◆ FindAllSmartActionComponents()

int SCR_AIGetSmartActionsState::FindAllSmartActionComponents ( IEntity entityContainingSmartActions,
out array< Managed > smartActionComponents )
inlineprotected

Definition at line 130 of file SCR_AIGetSmartActionsState.c.

◆ GetOnHoverDescription()

override string SCR_AIGetSmartActionsState::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 227 of file SCR_AIGetSmartActionsState.c.

◆ GetVariablesIn()

override TStringArray SCR_AIGetSmartActionsState::GetVariablesIn ( )
inlineprotected

Definition at line 24 of file SCR_AIGetSmartActionsState.c.

◆ OnAbort()

override void SCR_AIGetSmartActionsState::OnAbort ( AIAgent owner,
Node nodeCausingAbort )
inlineprotected

Definition at line 124 of file SCR_AIGetSmartActionsState.c.

◆ OnInit()

override void SCR_AIGetSmartActionsState::OnInit ( AIAgent owner)
inlineprotected

Definition at line 30 of file SCR_AIGetSmartActionsState.c.

◆ OnSmartActionEnd()

void SCR_AIGetSmartActionsState::OnSmartActionEnd ( AIAgent user)
inlineprotected

Definition at line 188 of file SCR_AIGetSmartActionsState.c.

◆ OnSmartActionFailed()

void SCR_AIGetSmartActionsState::OnSmartActionFailed ( AIAgent user)
inlineprotected

Definition at line 197 of file SCR_AIGetSmartActionsState.c.

◆ RegisterSmartActionsWithTag()

int SCR_AIGetSmartActionsState::RegisterSmartActionsWithTag ( string tag,
array< Managed > smartActionComponents )
inlineprotected

Definition at line 145 of file SCR_AIGetSmartActionsState.c.

◆ UnregisterSmartActionsWithTag()

void SCR_AIGetSmartActionsState::UnregisterSmartActionsWithTag ( string tag,
array< Managed > smartActionComponents )
inlineprotected

Definition at line 164 of file SCR_AIGetSmartActionsState.c.

◆ VisibleInPalette()

override bool SCR_AIGetSmartActionsState::VisibleInPalette ( )
inlinestaticprotected

Definition at line 215 of file SCR_AIGetSmartActionsState.c.

Member Data Documentation

◆ s_aVarsIn

ref TStringArray SCR_AIGetSmartActionsState::s_aVarsIn
staticprotected
Initial value:
= {
WAYPOINT_ENTITY_IN
}

Definition at line 21 of file SCR_AIGetSmartActionsState.c.


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