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

Public Member Functions

override void OnInit (AIAgent owner)
 
override void OnEnter (AIAgent owner)
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.
 
void PrintDebug (AIAgent owner, string message)
 
void FailAction ()
 
void CompleteWaypoint ()
 
override TStringArray GetVariablesOut ()
 
override TStringArray GetVariablesIn ()
 
- Public Member Functions inherited from AITaskScripted
void OnAbort (AIAgent owner, Node nodeCausingAbort)
 
- 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 Attributes

static const string PORT_MOVE_RESULT = "MoveResult"
 
static const string PORT_HANDLER_ID = "FailedHandlerId"
 
static const string PORT_IS_WAYPOINT_RELATED = "IsWaypointRelated"
 
static const string PORT_MOVE_LOCATION = "MoveLocation"
 

Protected Member Functions

void TryTurnOnHazardLightsOnStuck (notnull SCR_AIGroupVehicle groupVehicle)
 
ENodeResult NodeErrorOnce (AIAgent owner, string errorMessage)
 
- Protected Member Functions inherited from AITaskScripted
string GetNodeMiddleText ()
 

Static Protected Member Functions

static override bool CanReturnRunning ()
 
static override string GetOnHoverDescription ()
 
- Static Protected Member Functions inherited from Node
static bool VisibleInPalette ()
 

Protected Attributes

SCR_AIGroup m_Group
 
SCR_AIGroupUtilityComponent m_GroupUtilityComponent
 
bool m_bProducedError
 
bool m_bReturnRunning
 

Static Protected Attributes

static ref TStringArray s_aVarsOut = {}
 
static ref TStringArray s_aVarsIn = {PORT_MOVE_RESULT, PORT_HANDLER_ID, PORT_IS_WAYPOINT_RELATED, PORT_MOVE_LOCATION}
 
- Static Protected Attributes inherited from Node
static ref TStringArray m_aEmptyVars = {}
 

Member Function Documentation

◆ CanReturnRunning()

static override bool SCR_AIProcessFailedMovementResult.CanReturnRunning ( )
staticprotected

Implements Node.

◆ CompleteWaypoint()

void SCR_AIProcessFailedMovementResult.CompleteWaypoint ( )

◆ EOnTaskSimulate()

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

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

Implements AITaskScripted.

◆ FailAction()

void SCR_AIProcessFailedMovementResult.FailAction ( )

◆ GetOnHoverDescription()

static override string SCR_AIProcessFailedMovementResult.GetOnHoverDescription ( )
staticprotected

Implements Node.

◆ GetVariablesIn()

override TStringArray SCR_AIProcessFailedMovementResult.GetVariablesIn ( )

Implements Node.

◆ GetVariablesOut()

override TStringArray SCR_AIProcessFailedMovementResult.GetVariablesOut ( )

Implements Node.

◆ NodeErrorOnce()

ENodeResult SCR_AIProcessFailedMovementResult.NodeErrorOnce ( AIAgent owner,
string errorMessage )
protected

◆ OnEnter()

override void SCR_AIProcessFailedMovementResult.OnEnter ( AIAgent owner)

Implements AITaskScripted.

◆ OnInit()

override void SCR_AIProcessFailedMovementResult.OnInit ( AIAgent owner)

Implements AITaskScripted.

◆ PrintDebug()

void SCR_AIProcessFailedMovementResult.PrintDebug ( AIAgent owner,
string message )

◆ TryTurnOnHazardLightsOnStuck()

void SCR_AIProcessFailedMovementResult.TryTurnOnHazardLightsOnStuck ( notnull SCR_AIGroupVehicle groupVehicle)
protected

Member Data Documentation

◆ m_bProducedError

bool SCR_AIProcessFailedMovementResult.m_bProducedError
protected

◆ m_bReturnRunning

bool SCR_AIProcessFailedMovementResult.m_bReturnRunning
protected

◆ m_Group

SCR_AIGroup SCR_AIProcessFailedMovementResult.m_Group
protected

◆ m_GroupUtilityComponent

SCR_AIGroupUtilityComponent SCR_AIProcessFailedMovementResult.m_GroupUtilityComponent
protected

◆ PORT_HANDLER_ID

const string SCR_AIProcessFailedMovementResult.PORT_HANDLER_ID = "FailedHandlerId"
static

◆ PORT_IS_WAYPOINT_RELATED

const string SCR_AIProcessFailedMovementResult.PORT_IS_WAYPOINT_RELATED = "IsWaypointRelated"
static

◆ PORT_MOVE_LOCATION

const string SCR_AIProcessFailedMovementResult.PORT_MOVE_LOCATION = "MoveLocation"
static

◆ PORT_MOVE_RESULT

const string SCR_AIProcessFailedMovementResult.PORT_MOVE_RESULT = "MoveResult"
static

◆ s_aVarsIn

ref TStringArray SCR_AIProcessFailedMovementResult.s_aVarsIn = {PORT_MOVE_RESULT, PORT_HANDLER_ID, PORT_IS_WAYPOINT_RELATED, PORT_MOVE_LOCATION}
staticprotected

◆ s_aVarsOut

ref TStringArray SCR_AIProcessFailedMovementResult.s_aVarsOut = {}
staticprotected

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