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

Public Member Functions

override void OnInit (AIAgent owner)
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.
 
vector ResolveThreatPos (vector myPos, SCR_AICombatMoveRequest_Move request)
 
override TStringArray GetVariablesIn ()
 
override TStringArray GetVariablesOut ()
 
- Public Member Functions inherited from AITaskScripted
void OnEnter (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 ()
 

Protected Attributes

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

Static Protected Attributes

const static string PORT_COMBAT_MOVE_REQUEST = "CombatMoveRequest"
 
const static string PORT_COVER_QUERY_PROPERTIES = "CoverQueryProps"
 
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 string GetOnHoverDescription ()
 
static bool CanReturnRunning ()
 

Member Function Documentation

◆ EOnTaskSimulate()

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

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

Implements AITaskScripted.

◆ GetVariablesIn()

override TStringArray SCR_AICalculateCoverQueryProps_CombatMove.GetVariablesIn ( )

Implements Node.

◆ GetVariablesOut()

override TStringArray SCR_AICalculateCoverQueryProps_CombatMove.GetVariablesOut ( )

Implements Node.

◆ OnInit()

override void SCR_AICalculateCoverQueryProps_CombatMove.OnInit ( AIAgent owner)

Implements AITaskScripted.

◆ ResolveThreatPos()

vector SCR_AICalculateCoverQueryProps_CombatMove.ResolveThreatPos ( vector myPos,
SCR_AICombatMoveRequest_Move request )

◆ VisibleInPalette()

static override bool SCR_AICalculateCoverQueryProps_CombatMove.VisibleInPalette ( )
static

Implements Node.

Member Data Documentation

◆ m_CoverQueryProps

ref CoverQueryProperties SCR_AICalculateCoverQueryProps_CombatMove.m_CoverQueryProps = new CoverQueryProperties()
protected

◆ m_fMaxCoverToTargetAngleDeg

float SCR_AICalculateCoverQueryProps_CombatMove.m_fMaxCoverToTargetAngleDeg
protected

◆ m_fMinCoverToTargetAngleCos

float SCR_AICalculateCoverQueryProps_CombatMove.m_fMinCoverToTargetAngleCos
protected

◆ m_State

SCR_AICombatMoveState SCR_AICalculateCoverQueryProps_CombatMove.m_State
protected

◆ PORT_COMBAT_MOVE_REQUEST

const static string SCR_AICalculateCoverQueryProps_CombatMove.PORT_COMBAT_MOVE_REQUEST = "CombatMoveRequest"
staticprotected

◆ PORT_COVER_QUERY_PROPERTIES

const static string SCR_AICalculateCoverQueryProps_CombatMove.PORT_COVER_QUERY_PROPERTIES = "CoverQueryProps"
staticprotected

◆ s_aVarsIn

ref TStringArray SCR_AICalculateCoverQueryProps_CombatMove.s_aVarsIn
staticprotected
Initial value:
= {
}
const static string PORT_COMBAT_MOVE_REQUEST
Definition SCR_AICalculateCoverQueryProps_CombatMove.c:5

◆ s_aVarsOut

ref TStringArray SCR_AICalculateCoverQueryProps_CombatMove.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: