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

Public Member Functions

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

Static Public Attributes

static const string WAYPOINT_ENTITY_IN = "WaypointEntityIn"
 

Protected Member Functions

override void OnInit (AIAgent owner)
 
- Protected Member Functions inherited from AITaskScripted
string GetNodeMiddleText ()
 
- Protected Member Functions inherited from Node
TStringArray GetVariablesOut ()
 

Static Protected Member Functions

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

Static Protected Attributes

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

Member Function Documentation

◆ CanReturnRunning()

static override bool SCR_AIGetSmartActionsState.CanReturnRunning ( )
static

Implements Node.

◆ EOnTaskSimulate()

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

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

Implements AITaskScripted.

◆ FindAllSmartActionComponents()

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

◆ GetOnHoverDescription()

static override string SCR_AIGetSmartActionsState.GetOnHoverDescription ( )
staticprotected

Implements Node.

◆ GetVariablesIn()

override TStringArray SCR_AIGetSmartActionsState.GetVariablesIn ( )

Implements Node.

◆ OnAbort()

override void SCR_AIGetSmartActionsState.OnAbort ( AIAgent owner,
Node nodeCausingAbort )

Implements AITaskScripted.

◆ OnInit()

override void SCR_AIGetSmartActionsState.OnInit ( AIAgent owner)
protected

Implements AITaskScripted.

◆ OnSmartActionEnd()

void SCR_AIGetSmartActionsState.OnSmartActionEnd ( AIAgent user)

◆ OnSmartActionFailed()

void SCR_AIGetSmartActionsState.OnSmartActionFailed ( AIAgent user)

◆ RegisterSmartActionsWithTag()

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

◆ UnregisterSmartActionsWithTag()

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

◆ VisibleInPalette()

static override bool SCR_AIGetSmartActionsState.VisibleInPalette ( )
staticprotected

Implements Node.

Member Data Documentation

◆ s_aVarsIn

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

◆ WAYPOINT_ENTITY_IN

const string SCR_AIGetSmartActionsState.WAYPOINT_ENTITY_IN = "WaypointEntityIn"
static

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