Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Protected Attributes | List of all members
SCR_AISendGoalMessage_Investigate Interface Reference
Inheritance diagram for SCR_AISendGoalMessage_Investigate:
[legend]

Public Member Functions

override TStringArray GetVariablesIn ()
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 
override string GetNodeMiddleText ()
 
override bool VisibleInPalette ()
 
override bool VisibleInPalette ()
 

Public Attributes

float m_fPriorityLevel
 
bool m_bIsWaypointRelated
 
float m_fRadius
 
bool m_bIsDangerous
 
EAIUnitType m_eTargetUnitType
 
float m_fDuration
 

Static Protected Attributes

static ref TStringArray _s_aVarsIn
 

Additional Inherited Members

- Static Public Attributes inherited from SCR_AISendMessageGenerated
static const string PORT_RECEIVER = "Receiver"
 
- Protected Member Functions inherited from SCR_AISendMessageGenerated
SCR_AIActivityBase GetRelatedActivity (AIAgent owner)
 
AIWaypoint GetRelatedWaypoint (AIAgent owner)
 
bool SendMessage (AIAgent owner, AIAgent receiver, SCR_AIMessageBase msg)
 
bool SendMessage (AIAgent owner, AIAgent receiver, SCR_AIOrderBase msg)
 
void InitDebugData (out string outSentFromBt)
 
AIAgent GetReceiverAgent (AIAgent owner)
 
- Protected Attributes inherited from SCR_AISendMessageGenerated
string m_sText
 

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetNodeMiddleText()

override string SCR_AISendGoalMessage_Investigate.GetNodeMiddleText ( )

◆ GetVariablesIn()

override TStringArray SCR_AISendGoalMessage_Investigate.GetVariablesIn ( )

◆ VisibleInPalette()

override bool SCR_AISendGoalMessage_Investigate.VisibleInPalette ( )

Member Data Documentation

◆ _s_aVarsIn

ref TStringArray SCR_AISendGoalMessage_Investigate._s_aVarsIn
staticprotected
Initial value:
=
{
"PriorityLevel",
"IsWaypointRelated",
"ObjectEntity",
"MovePosition",
"Radius",
"IsDangerous",
"Duration"
}
Definition: SCR_AISendMessageGenerated.c:2
static const string PORT_RECEIVER
Definition: SCR_AISendMessageGenerated.c:3

◆ m_bIsDangerous

bool SCR_AISendGoalMessage_Investigate.m_bIsDangerous

◆ m_bIsWaypointRelated

bool SCR_AISendGoalMessage_Investigate.m_bIsWaypointRelated

◆ m_eTargetUnitType

EAIUnitType SCR_AISendGoalMessage_Investigate.m_eTargetUnitType

◆ m_fDuration

float SCR_AISendGoalMessage_Investigate.m_fDuration

◆ m_fPriorityLevel

float SCR_AISendGoalMessage_Investigate.m_fPriorityLevel

◆ m_fRadius

float SCR_AISendGoalMessage_Investigate.m_fRadius

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