Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SendGoalMessage.c File Reference

Go to the source code of this file.

Classes

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_OpenNavlinkDoor
class  SCR_AISendGoalMessage_GetOut
class  SCR_AISendGoalMessage_ThrowGrenadeTo
class  SCR_AISendGoalMessage_Suppress
class  SCR_AISendGoalMessage_ArtillerySupport

Functions

SCR_AISendGoalMessage_Cancel SCR_AISendMessageGenerated Attribute ("")
override TStringArray GetVariablesIn ()
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
override string GetNodeMiddleText ()

Variables

float m_fPriorityLevel
bool m_bIsWaypointRelated
EMovementType m_eMovementType
bool m_bUseVehicles
float m_fDefendAngularRange

Function Documentation

◆ Attribute()

Definition at line 1 of file SendGoalMessage.c.

◆ EOnTaskSimulate()

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

Definition at line 72 of file SendGoalMessage.c.

◆ GetNodeMiddleText()

override string Attribute::GetNodeMiddleText ( )
protected

Definition at line 96 of file SendGoalMessage.c.

◆ GetVariablesIn()

override TStringArray Attribute::GetVariablesIn ( )
protected

Definition at line 70 of file SendGoalMessage.c.

Variable Documentation

◆ m_bIsWaypointRelated

bool m_bIsWaypointRelated

Definition at line 62 of file SendGoalMessage.c.

◆ m_bUseVehicles

bool m_bUseVehicles

Definition at line 432 of file SendGoalMessage.c.

◆ m_eMovementType

EMovementType m_eMovementType

Definition at line 429 of file SendGoalMessage.c.

◆ m_fDefendAngularRange

float m_fDefendAngularRange

Definition at line 823 of file SendGoalMessage.c.

◆ m_fPriorityLevel

float m_fPriorityLevel

Definition at line 59 of file SendGoalMessage.c.