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

Protected Member Functions

override void OnInit (AIAgent owner)
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
vector ResolveThreatPos (vector myPos, SCR_AICombatMoveRequest_Move request)
override TStringArray GetVariablesIn ()
override TStringArray GetVariablesOut ()

Static Protected Member Functions

static override bool VisibleInPalette ()

Protected Attributes

ref CoverQueryProperties m_CoverQueryProps = new CoverQueryProperties()
SCR_AICombatMoveState m_State
float m_fMaxCoverToTargetAngleDeg
float m_fMinCoverToTargetAngleCos

Static Protected Attributes

static const string PORT_COMBAT_MOVE_REQUEST = "CombatMoveRequest"
static const string PORT_COVER_QUERY_PROPERTIES = "CoverQueryProps"
static ref TStringArray s_aVarsIn
static ref TStringArray s_aVarsOut

Detailed Description

Definition at line 1 of file SCR_AICalculateCoverQueryProps_CombatMove.c.

Member Function Documentation

◆ EOnTaskSimulate()

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

Definition at line 30 of file SCR_AICalculateCoverQueryProps_CombatMove.c.

◆ GetVariablesIn()

override TStringArray SCR_AICalculateCoverQueryProps_CombatMove::GetVariablesIn ( )
inlineprotected

Definition at line 114 of file SCR_AICalculateCoverQueryProps_CombatMove.c.

◆ GetVariablesOut()

override TStringArray SCR_AICalculateCoverQueryProps_CombatMove::GetVariablesOut ( )
inlineprotected

Definition at line 119 of file SCR_AICalculateCoverQueryProps_CombatMove.c.

◆ OnInit()

override void SCR_AICalculateCoverQueryProps_CombatMove::OnInit ( AIAgent owner)
inlineprotected

Definition at line 20 of file SCR_AICalculateCoverQueryProps_CombatMove.c.

◆ ResolveThreatPos()

vector SCR_AICalculateCoverQueryProps_CombatMove::ResolveThreatPos ( vector myPos,
SCR_AICombatMoveRequest_Move request )
inlineprotected

Definition at line 100 of file SCR_AICalculateCoverQueryProps_CombatMove.c.

◆ VisibleInPalette()

override bool SCR_AICalculateCoverQueryProps_CombatMove::VisibleInPalette ( )
inlinestaticprotected

Definition at line 109 of file SCR_AICalculateCoverQueryProps_CombatMove.c.

Member Data Documentation

◆ m_CoverQueryProps

ref CoverQueryProperties SCR_AICalculateCoverQueryProps_CombatMove::m_CoverQueryProps = new CoverQueryProperties()
protected

Definition at line 10 of file SCR_AICalculateCoverQueryProps_CombatMove.c.

◆ m_fMaxCoverToTargetAngleDeg

float SCR_AICalculateCoverQueryProps_CombatMove::m_fMaxCoverToTargetAngleDeg
protected

Definition at line 15 of file SCR_AICalculateCoverQueryProps_CombatMove.c.

◆ m_fMinCoverToTargetAngleCos

float SCR_AICalculateCoverQueryProps_CombatMove::m_fMinCoverToTargetAngleCos
protected

Definition at line 16 of file SCR_AICalculateCoverQueryProps_CombatMove.c.

◆ m_State

SCR_AICombatMoveState SCR_AICalculateCoverQueryProps_CombatMove::m_State
protected

Definition at line 12 of file SCR_AICalculateCoverQueryProps_CombatMove.c.

◆ PORT_COMBAT_MOVE_REQUEST

const string SCR_AICalculateCoverQueryProps_CombatMove::PORT_COMBAT_MOVE_REQUEST = "CombatMoveRequest"
staticprotected

Definition at line 5 of file SCR_AICalculateCoverQueryProps_CombatMove.c.

◆ PORT_COVER_QUERY_PROPERTIES

const string SCR_AICalculateCoverQueryProps_CombatMove::PORT_COVER_QUERY_PROPERTIES = "CoverQueryProps"
staticprotected

Definition at line 8 of file SCR_AICalculateCoverQueryProps_CombatMove.c.

◆ s_aVarsIn

ref TStringArray SCR_AICalculateCoverQueryProps_CombatMove::s_aVarsIn
staticprotected

◆ s_aVarsOut

ref TStringArray SCR_AICalculateCoverQueryProps_CombatMove::s_aVarsOut
staticprotected

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