Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SendGoalMessage.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_AISendGoalMessage_Cancel
 
class  SCR_AISendGoalMessage_AttackCluster
 
class  SCR_AISendGoalMessage_KeepFormation
 
class  SCR_AISendGoalMessage_Follow
 
class  SCR_AISendGoalMessage_SeekAndDestroy
 
class  SCR_AISendGoalMessage_ProvideAmmo
 
class  SCR_AISendGoalMessage_Defend
 
class  SCR_AISendGoalMessage_HealWait
 
class  SCR_AISendGoalMessage_GetIn
 
class  SCR_AISendGoalMessage_Flee
 

Functions

SCR_AISendGoalMessage_Cancel SCR_AISendMessageGenerated Attribute ("", UIWidgets.Auto)] float m_fPriorityLevel
 
override TStringArray GetVariablesIn ()
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 
override string GetNodeMiddleText ()
 
override bool VisibleInPalette ()
 

Variables

float m_fPriorityLevel
 
bool m_bIsWaypointRelated
 
EMovementType m_eMovementType
 
bool m_bUseVehicles
 
float m_fRadius
 
bool m_bIsDangerous
 
EAIUnitType m_eTargetUnitType
 
float m_fDuration
 
float m_fDefendAngularRange
 
string m_sSmartActionTag
 
EAICompartmentType m_eRoleInVehicle
 

Function Documentation

◆ Attribute()

SCR_AISendGoalMessage_Cancel SCR_AISendMessageGenerated Attribute ( ""  ,
UIWidgets.  Auto 
)

◆ EOnTaskSimulate()

override ENodeResult Attribute::EOnTaskSimulate ( AIAgent  owner,
float  dt 
)

Definition at line 16 of file SendGoalMessage.c.

◆ GetNodeMiddleText()

override string Attribute::GetNodeMiddleText ( )

Definition at line 40 of file SendGoalMessage.c.

◆ GetVariablesIn()

override TStringArray Attribute::GetVariablesIn ( )

Definition at line 14 of file SendGoalMessage.c.

◆ VisibleInPalette()

override bool Attribute::VisibleInPalette ( )

Definition at line 47 of file SendGoalMessage.c.

Variable Documentation

◆ m_bIsDangerous

bool m_bIsDangerous

Definition at line 431 of file SendGoalMessage.c.

◆ m_bIsWaypointRelated

bool m_bIsWaypointRelated

Definition at line 6 of file SendGoalMessage.c.

◆ m_bUseVehicles

bool m_bUseVehicles

Definition at line 284 of file SendGoalMessage.c.

◆ m_eMovementType

EMovementType m_eMovementType

Definition at line 281 of file SendGoalMessage.c.

◆ m_eRoleInVehicle

EAICompartmentType m_eRoleInVehicle

Definition at line 989 of file SendGoalMessage.c.

◆ m_eTargetUnitType

EAIUnitType m_eTargetUnitType

Definition at line 434 of file SendGoalMessage.c.

◆ m_fDefendAngularRange

float m_fDefendAngularRange

Definition at line 753 of file SendGoalMessage.c.

◆ m_fDuration

float m_fDuration

Definition at line 437 of file SendGoalMessage.c.

◆ m_fPriorityLevel

float m_fPriorityLevel

Definition at line 3 of file SendGoalMessage.c.

◆ m_fRadius

float m_fRadius

Definition at line 428 of file SendGoalMessage.c.

◆ m_sSmartActionTag

string m_sSmartActionTag

Definition at line 929 of file SendGoalMessage.c.