Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AICreateBasicCoverQueryProps Class Reference
Inheritance diagram for SCR_AICreateBasicCoverQueryProps:
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()
float m_fRadius
bool m_bSelectHighestScoreCover

Static Protected Attributes

static const string PORT_COVER_QUERY_PROPERTIES = "CoverQueryProps"
static const string PORT_POSITION = "Position"
static const string PORT_RADIUS = "Radius"
static ref TStringArray s_aVarsIn
static ref TStringArray s_aVarsOut

Detailed Description

Definition at line 1 of file SCR_AICreateBasicCoverQueryProps.c.

Member Function Documentation

◆ EOnTaskSimulate()

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

Definition at line 19 of file SCR_AICreateBasicCoverQueryProps.c.

◆ GetOnHoverDescription()

override string SCR_AICreateBasicCoverQueryProps::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 71 of file SCR_AICreateBasicCoverQueryProps.c.

◆ GetVariablesIn()

override TStringArray SCR_AICreateBasicCoverQueryProps::GetVariablesIn ( )
inlineprotected

Definition at line 64 of file SCR_AICreateBasicCoverQueryProps.c.

◆ GetVariablesOut()

override TStringArray SCR_AICreateBasicCoverQueryProps::GetVariablesOut ( )
inlineprotected

Definition at line 69 of file SCR_AICreateBasicCoverQueryProps.c.

◆ VisibleInPalette()

override bool SCR_AICreateBasicCoverQueryProps::VisibleInPalette ( )
inlinestaticprotected

Definition at line 58 of file SCR_AICreateBasicCoverQueryProps.c.

Member Data Documentation

◆ m_bSelectHighestScoreCover

bool SCR_AICreateBasicCoverQueryProps::m_bSelectHighestScoreCover
protected

Definition at line 16 of file SCR_AICreateBasicCoverQueryProps.c.

◆ m_CoverQueryProps

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

Definition at line 10 of file SCR_AICreateBasicCoverQueryProps.c.

◆ m_fRadius

float SCR_AICreateBasicCoverQueryProps::m_fRadius
protected

Definition at line 13 of file SCR_AICreateBasicCoverQueryProps.c.

◆ PORT_COVER_QUERY_PROPERTIES

const string SCR_AICreateBasicCoverQueryProps::PORT_COVER_QUERY_PROPERTIES = "CoverQueryProps"
staticprotected

Definition at line 4 of file SCR_AICreateBasicCoverQueryProps.c.

◆ PORT_POSITION

const string SCR_AICreateBasicCoverQueryProps::PORT_POSITION = "Position"
staticprotected

Definition at line 7 of file SCR_AICreateBasicCoverQueryProps.c.

◆ PORT_RADIUS

const string SCR_AICreateBasicCoverQueryProps::PORT_RADIUS = "Radius"
staticprotected

Definition at line 8 of file SCR_AICreateBasicCoverQueryProps.c.

◆ s_aVarsIn

ref TStringArray SCR_AICreateBasicCoverQueryProps::s_aVarsIn
staticprotected

◆ s_aVarsOut

ref TStringArray SCR_AICreateBasicCoverQueryProps::s_aVarsOut
staticprotected

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