![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
| SCR_AISendGoalMessage_Cancel SCR_AISendMessageGenerated Attribute | ( | "" | , |
| UIWidgets. | Auto | ||
| ) |
| override ENodeResult Attribute::EOnTaskSimulate | ( | AIAgent | owner, |
| float | dt | ||
| ) |
Definition at line 16 of file SendGoalMessage.c.
| override string Attribute::GetNodeMiddleText | ( | ) |
Definition at line 40 of file SendGoalMessage.c.
| override TStringArray Attribute::GetVariablesIn | ( | ) |
Definition at line 14 of file SendGoalMessage.c.
| override bool Attribute::VisibleInPalette | ( | ) |
Definition at line 47 of file SendGoalMessage.c.
| bool m_bIsDangerous |
Definition at line 431 of file SendGoalMessage.c.
| bool m_bIsWaypointRelated |
Definition at line 6 of file SendGoalMessage.c.
| bool m_bUseVehicles |
Definition at line 284 of file SendGoalMessage.c.
| EMovementType m_eMovementType |
Definition at line 281 of file SendGoalMessage.c.
| EAICompartmentType m_eRoleInVehicle |
Definition at line 989 of file SendGoalMessage.c.
| EAIUnitType m_eTargetUnitType |
Definition at line 434 of file SendGoalMessage.c.
| float m_fDefendAngularRange |
Definition at line 753 of file SendGoalMessage.c.
| float m_fDuration |
Definition at line 437 of file SendGoalMessage.c.
| float m_fPriorityLevel |
Definition at line 3 of file SendGoalMessage.c.
| float m_fRadius |
Definition at line 428 of file SendGoalMessage.c.
| string m_sSmartActionTag |
Definition at line 929 of file SendGoalMessage.c.