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

Protected Member Functions

override void OnInit (AIAgent owner)
override void OnEnter (AIAgent owner)
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
void TryTurnOnHazardLightsOnStuck (notnull SCR_AIGroupVehicle groupVehicle)
void PrintDebug (AIAgent owner, string message)
void FailAction ()
void CompleteWaypoint ()
override TStringArray GetVariablesOut ()
override TStringArray GetVariablesIn ()
ENodeResult NodeErrorOnce (AIAgent owner, string errorMessage)

Static Protected Member Functions

bool CanReturnRunning ()
static override string GetOnHoverDescription ()

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}

Detailed Description

Definition at line 2 of file SCR_AIProcessFailedMovementResult.c.

Member Function Documentation

◆ CanReturnRunning()

bool SCR_AIProcessFailedMovementResult::CanReturnRunning ( )
inlinestaticprotected

Definition at line 208 of file SCR_AIProcessFailedMovementResult.c.

◆ CompleteWaypoint()

void SCR_AIProcessFailedMovementResult::CompleteWaypoint ( )
inlineprotected

Definition at line 198 of file SCR_AIProcessFailedMovementResult.c.

◆ EOnTaskSimulate()

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

Definition at line 32 of file SCR_AIProcessFailedMovementResult.c.

◆ FailAction()

void SCR_AIProcessFailedMovementResult::FailAction ( )
inlineprotected

Definition at line 190 of file SCR_AIProcessFailedMovementResult.c.

◆ GetOnHoverDescription()

override string SCR_AIProcessFailedMovementResult::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 219 of file SCR_AIProcessFailedMovementResult.c.

◆ GetVariablesIn()

override TStringArray SCR_AIProcessFailedMovementResult::GetVariablesIn ( )
inlineprotected

Definition at line 216 of file SCR_AIProcessFailedMovementResult.c.

◆ GetVariablesOut()

override TStringArray SCR_AIProcessFailedMovementResult::GetVariablesOut ( )
inlineprotected

Definition at line 212 of file SCR_AIProcessFailedMovementResult.c.

◆ NodeErrorOnce()

ENodeResult SCR_AIProcessFailedMovementResult::NodeErrorOnce ( AIAgent owner,
string errorMessage )
inlineprotected

Definition at line 225 of file SCR_AIProcessFailedMovementResult.c.

◆ OnEnter()

override void SCR_AIProcessFailedMovementResult::OnEnter ( AIAgent owner)
inlineprotected

Definition at line 26 of file SCR_AIProcessFailedMovementResult.c.

◆ OnInit()

override void SCR_AIProcessFailedMovementResult::OnInit ( AIAgent owner)
inlineprotected

Definition at line 15 of file SCR_AIProcessFailedMovementResult.c.

◆ PrintDebug()

void SCR_AIProcessFailedMovementResult::PrintDebug ( AIAgent owner,
string message )
inlineprotected

Definition at line 179 of file SCR_AIProcessFailedMovementResult.c.

◆ TryTurnOnHazardLightsOnStuck()

void SCR_AIProcessFailedMovementResult::TryTurnOnHazardLightsOnStuck ( notnull SCR_AIGroupVehicle groupVehicle)
inlineprotected

Definition at line 153 of file SCR_AIProcessFailedMovementResult.c.

Member Data Documentation

◆ m_bProducedError

bool SCR_AIProcessFailedMovementResult::m_bProducedError
protected

Definition at line 11 of file SCR_AIProcessFailedMovementResult.c.

◆ m_bReturnRunning

bool SCR_AIProcessFailedMovementResult::m_bReturnRunning
protected

Definition at line 12 of file SCR_AIProcessFailedMovementResult.c.

◆ m_Group

SCR_AIGroup SCR_AIProcessFailedMovementResult::m_Group
protected

Definition at line 9 of file SCR_AIProcessFailedMovementResult.c.

◆ m_GroupUtilityComponent

SCR_AIGroupUtilityComponent SCR_AIProcessFailedMovementResult::m_GroupUtilityComponent
protected

Definition at line 10 of file SCR_AIProcessFailedMovementResult.c.

◆ s_aVarsIn

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

Definition at line 215 of file SCR_AIProcessFailedMovementResult.c.

◆ s_aVarsOut

ref TStringArray SCR_AIProcessFailedMovementResult::s_aVarsOut = {}
staticprotected

Definition at line 211 of file SCR_AIProcessFailedMovementResult.c.


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