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

Protected Member Functions

override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
void InitStraightPathCostModifier ()
override TStringArray GetVariablesOut ()
override TStringArray GetVariablesIn ()

Static Protected Member Functions

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

Protected Attributes

ref AIExtraMoveParams m_Params
float m_fStraightPathCostModifier

Static Protected Attributes

static const string PORT_FLANKING_START_POS = "InFlankStartPos"
static const string PORT_FLANKING_END_POS = "InFlankEndPos"
static const string PORT_PARAMS = "OutParams"
static ref TStringArray s_aVarsOut = { PORT_PARAMS }
static ref TStringArray s_aVarsIn = { PORT_FLANKING_START_POS, PORT_FLANKING_END_POS }

Detailed Description

Definition at line 1 of file SCR_CreateAIExtraMoveParams.c.

Member Function Documentation

◆ EOnTaskSimulate()

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

Definition at line 16 of file SCR_CreateAIExtraMoveParams.c.

◆ GetOnHoverDescription()

override string SCR_CreateAIExtraMoveParams::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 55 of file SCR_CreateAIExtraMoveParams.c.

◆ GetVariablesIn()

override TStringArray SCR_CreateAIExtraMoveParams::GetVariablesIn ( )
inlineprotected

Definition at line 53 of file SCR_CreateAIExtraMoveParams.c.

◆ GetVariablesOut()

override TStringArray SCR_CreateAIExtraMoveParams::GetVariablesOut ( )
inlineprotected

Definition at line 50 of file SCR_CreateAIExtraMoveParams.c.

◆ InitStraightPathCostModifier()

void SCR_CreateAIExtraMoveParams::InitStraightPathCostModifier ( )
inlineprotected

Definition at line 31 of file SCR_CreateAIExtraMoveParams.c.

◆ VisibleInPalette()

override bool SCR_CreateAIExtraMoveParams::VisibleInPalette ( )
inlinestaticprotected

Definition at line 47 of file SCR_CreateAIExtraMoveParams.c.

Member Data Documentation

◆ m_fStraightPathCostModifier

float SCR_CreateAIExtraMoveParams::m_fStraightPathCostModifier
protected

Definition at line 13 of file SCR_CreateAIExtraMoveParams.c.

◆ m_Params

ref AIExtraMoveParams SCR_CreateAIExtraMoveParams::m_Params
protected

Definition at line 10 of file SCR_CreateAIExtraMoveParams.c.

◆ PORT_FLANKING_END_POS

const string SCR_CreateAIExtraMoveParams::PORT_FLANKING_END_POS = "InFlankEndPos"
staticprotected

Definition at line 5 of file SCR_CreateAIExtraMoveParams.c.

◆ PORT_FLANKING_START_POS

const string SCR_CreateAIExtraMoveParams::PORT_FLANKING_START_POS = "InFlankStartPos"
staticprotected

Definition at line 4 of file SCR_CreateAIExtraMoveParams.c.

◆ PORT_PARAMS

const string SCR_CreateAIExtraMoveParams::PORT_PARAMS = "OutParams"
staticprotected

Definition at line 8 of file SCR_CreateAIExtraMoveParams.c.

◆ s_aVarsIn

ref TStringArray SCR_CreateAIExtraMoveParams::s_aVarsIn = { PORT_FLANKING_START_POS, PORT_FLANKING_END_POS }
staticprotected

Definition at line 52 of file SCR_CreateAIExtraMoveParams.c.

◆ s_aVarsOut

ref TStringArray SCR_CreateAIExtraMoveParams::s_aVarsOut = { PORT_PARAMS }
staticprotected

Definition at line 49 of file SCR_CreateAIExtraMoveParams.c.


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