Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AICreateBasicCoverQueryProps Interface Reference
Inheritance diagram for SCR_AICreateBasicCoverQueryProps:
AITaskScripted AITask Node

Public Member Functions

override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.
 
override TStringArray GetVariablesIn ()
 
override TStringArray GetVariablesOut ()
 
- Public Member Functions inherited from AITaskScripted
void OnEnter (AIAgent owner)
 
void OnInit (AIAgent owner)
 
void OnAbort (AIAgent owner, Node nodeCausingAbort)
 
- Public Member Functions inherited from Node
proto external int GetNodeID ()
 
proto external TypeName GetVariableType (bool inputPort, string name)
 
proto bool GetVariableIn (string name, out void val)
 
proto void SetVariableOut (string name, void val)
 
proto void ClearVariable (string name)
 
proto void GetCallstackStr (out string val)
 
proto void GetParentTreeName (out string val)
 

Static Public 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

const static string PORT_COVER_QUERY_PROPERTIES = "CoverQueryProps"
 
const static string PORT_POSITION = "Position"
 
const static string PORT_RADIUS = "Radius"
 
static ref TStringArray s_aVarsIn
 
static ref TStringArray s_aVarsOut
 
- Static Protected Attributes inherited from Node
static ref TStringArray m_aEmptyVars = {}
 

Additional Inherited Members

- Protected Member Functions inherited from AITaskScripted
string GetNodeMiddleText ()
 
- Static Protected Member Functions inherited from Node
static bool CanReturnRunning ()
 

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AICreateBasicCoverQueryProps.EOnTaskSimulate ( AIAgent owner,
float dt )

Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.

Implements AITaskScripted.

◆ GetOnHoverDescription()

static override string SCR_AICreateBasicCoverQueryProps.GetOnHoverDescription ( )
static

Implements Node.

◆ GetVariablesIn()

override TStringArray SCR_AICreateBasicCoverQueryProps.GetVariablesIn ( )

Implements Node.

◆ GetVariablesOut()

override TStringArray SCR_AICreateBasicCoverQueryProps.GetVariablesOut ( )

Implements Node.

◆ VisibleInPalette()

static override bool SCR_AICreateBasicCoverQueryProps.VisibleInPalette ( )
static

Implements Node.

Member Data Documentation

◆ m_bSelectHighestScoreCover

bool SCR_AICreateBasicCoverQueryProps.m_bSelectHighestScoreCover
protected

◆ m_CoverQueryProps

ref CoverQueryProperties SCR_AICreateBasicCoverQueryProps.m_CoverQueryProps = new CoverQueryProperties()
protected

◆ m_fRadius

float SCR_AICreateBasicCoverQueryProps.m_fRadius
protected

◆ PORT_COVER_QUERY_PROPERTIES

const static string SCR_AICreateBasicCoverQueryProps.PORT_COVER_QUERY_PROPERTIES = "CoverQueryProps"
staticprotected

◆ PORT_POSITION

const static string SCR_AICreateBasicCoverQueryProps.PORT_POSITION = "Position"
staticprotected

◆ PORT_RADIUS

const static string SCR_AICreateBasicCoverQueryProps.PORT_RADIUS = "Radius"
staticprotected

◆ s_aVarsIn

ref TStringArray SCR_AICreateBasicCoverQueryProps.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_POSITION
Definition SCR_AICombatMoveRequest_Move_InvokeOnMovementStarted.c:4
const static string PORT_RADIUS
Definition SCR_AICreateBasicCoverQueryProps.c:8

◆ s_aVarsOut

ref TStringArray SCR_AICreateBasicCoverQueryProps.s_aVarsOut
staticprotected
Initial value:
= {
}
const static string PORT_COVER_QUERY_PROPERTIES
Definition SCR_AICalculateCoverQueryProps_CombatMove.c:8

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