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

Protected Member Functions

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

Static Protected Member Functions

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

Protected Attributes

ref CoverQueryProperties m_CoverQueryProps = new CoverQueryProperties()
const float QUERY_MIN_RADIUS = 8.0
const float QUERY_MAX_RADIUS = 18.0
const float QUERY_RADIUS_TO_WAYPOINT_RADIUS_RATIO = 0.3

Static Protected Attributes

static const string PORT_COVER_QUERY_PROPERTIES = "CoverQueryProps"
static const string PORT_SECTOR_CENTER_POSITION = "SectorCenterPos"
static const string PORT_SECTOR_AXIS_POINT_POSITION = "SectorAxisPointPos"
static const string PORT_SECTOR_HALF_SIZE_DEG = "SectorHalfSizeDeg"
static const string PORT_SECTOR_RADIUS = "SectorRadius"
static ref TStringArray s_aVarsIn
static ref TStringArray s_aVarsOut

Detailed Description

Definition at line 1 of file SCR_AICreateDefendBehaviorCoverQueryProps.c.

Member Function Documentation

◆ EOnTaskSimulate()

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

Definition at line 19 of file SCR_AICreateDefendBehaviorCoverQueryProps.c.

◆ GetOnHoverDescription()

override string SCR_AICreateDefendBehaviorCoverQueryProps::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 91 of file SCR_AICreateDefendBehaviorCoverQueryProps.c.

◆ GetVariablesIn()

override TStringArray SCR_AICreateDefendBehaviorCoverQueryProps::GetVariablesIn ( )
inlineprotected

Definition at line 84 of file SCR_AICreateDefendBehaviorCoverQueryProps.c.

◆ GetVariablesOut()

override TStringArray SCR_AICreateDefendBehaviorCoverQueryProps::GetVariablesOut ( )
inlineprotected

Definition at line 89 of file SCR_AICreateDefendBehaviorCoverQueryProps.c.

◆ VisibleInPalette()

override bool SCR_AICreateDefendBehaviorCoverQueryProps::VisibleInPalette ( )
inlinestaticprotected

Definition at line 76 of file SCR_AICreateDefendBehaviorCoverQueryProps.c.

Member Data Documentation

◆ m_CoverQueryProps

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

Definition at line 12 of file SCR_AICreateDefendBehaviorCoverQueryProps.c.

◆ PORT_COVER_QUERY_PROPERTIES

const string SCR_AICreateDefendBehaviorCoverQueryProps::PORT_COVER_QUERY_PROPERTIES = "CoverQueryProps"
staticprotected

Definition at line 4 of file SCR_AICreateDefendBehaviorCoverQueryProps.c.

◆ PORT_SECTOR_AXIS_POINT_POSITION

const string SCR_AICreateDefendBehaviorCoverQueryProps::PORT_SECTOR_AXIS_POINT_POSITION = "SectorAxisPointPos"
staticprotected

Definition at line 8 of file SCR_AICreateDefendBehaviorCoverQueryProps.c.

◆ PORT_SECTOR_CENTER_POSITION

const string SCR_AICreateDefendBehaviorCoverQueryProps::PORT_SECTOR_CENTER_POSITION = "SectorCenterPos"
staticprotected

Definition at line 7 of file SCR_AICreateDefendBehaviorCoverQueryProps.c.

◆ PORT_SECTOR_HALF_SIZE_DEG

const string SCR_AICreateDefendBehaviorCoverQueryProps::PORT_SECTOR_HALF_SIZE_DEG = "SectorHalfSizeDeg"
staticprotected

Definition at line 9 of file SCR_AICreateDefendBehaviorCoverQueryProps.c.

◆ PORT_SECTOR_RADIUS

const string SCR_AICreateDefendBehaviorCoverQueryProps::PORT_SECTOR_RADIUS = "SectorRadius"
staticprotected

Definition at line 10 of file SCR_AICreateDefendBehaviorCoverQueryProps.c.

◆ QUERY_MAX_RADIUS

const float SCR_AICreateDefendBehaviorCoverQueryProps::QUERY_MAX_RADIUS = 18.0
protected

Definition at line 15 of file SCR_AICreateDefendBehaviorCoverQueryProps.c.

◆ QUERY_MIN_RADIUS

const float SCR_AICreateDefendBehaviorCoverQueryProps::QUERY_MIN_RADIUS = 8.0
protected

Definition at line 14 of file SCR_AICreateDefendBehaviorCoverQueryProps.c.

◆ QUERY_RADIUS_TO_WAYPOINT_RADIUS_RATIO

const float SCR_AICreateDefendBehaviorCoverQueryProps::QUERY_RADIUS_TO_WAYPOINT_RADIUS_RATIO = 0.3
protected

Definition at line 16 of file SCR_AICreateDefendBehaviorCoverQueryProps.c.

◆ s_aVarsIn

◆ s_aVarsOut

ref TStringArray SCR_AICreateDefendBehaviorCoverQueryProps::s_aVarsOut
staticprotected

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