Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Protected Attributes | List of all members
SCR_AISendGoalMessage_GetIn Interface Reference
Inheritance diagram for SCR_AISendGoalMessage_GetIn:
[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
 
EAICompartmentType m_eRoleInVehicle
 

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_GetIn.EOnTaskSimulate ( AIAgent  owner,
float  dt 
)

◆ GetNodeMiddleText()

override string SCR_AISendGoalMessage_GetIn.GetNodeMiddleText ( )

◆ GetVariablesIn()

override TStringArray SCR_AISendGoalMessage_GetIn.GetVariablesIn ( )

◆ VisibleInPalette()

override bool SCR_AISendGoalMessage_GetIn.VisibleInPalette ( )

Member Data Documentation

◆ _s_aVarsIn

ref TStringArray SCR_AISendGoalMessage_GetIn._s_aVarsIn
staticprotected
Initial value:
=
{
"PriorityLevel",
"IsWaypointRelated",
"VehicleEntity",
"BoardingParams",
"RoleInVehicle"
}
Definition: SCR_AISendMessageGenerated.c:2
static const string PORT_RECEIVER
Definition: SCR_AISendMessageGenerated.c:3

◆ m_bIsWaypointRelated

bool SCR_AISendGoalMessage_GetIn.m_bIsWaypointRelated

◆ m_eRoleInVehicle

EAICompartmentType SCR_AISendGoalMessage_GetIn.m_eRoleInVehicle

◆ m_fPriorityLevel

float SCR_AISendGoalMessage_GetIn.m_fPriorityLevel

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