![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SCR_AIInvestigateClusterActivity (SCR_AIGroupUtilityComponent utility, AIWaypoint relatedWaypoint, notnull SCR_AITargetClusterState clusterState, notnull TFireteamLockRefArray ftInvestigate, notnull TFireteamLockRefArray ftCover) |
| void | GetSpecificFireteams (notnull TFireteamLockRefArray fireteamsInvestigate, notnull TFireteamLockRefArray fireteamsCover) |
| override void | OnFireteamRemovedFromGroup (SCR_AIGroupFireteam ft) |
| override void | OnActionSelected () |
| override void | OnActionDeselected () |
| override void | OnActionCompleted () |
| override void | OnActionFailed () |
| override void | OnActionRemoved () |
| void | SendCancelMessages () |
| void | SendInvestigateMessages (AICommunicationComponent comms, vector pos, float radius) |
| override string | GetDebugPanelText () |
Static Protected Member Functions | |
| static void | CalculateInvestigationArea (notnull SCR_AITargetClusterState s, out vector outCenterPos, out float outRadius) |
| Calculates position and radius of investigation area. | |
Protected Attributes | |
| ref TFireteamLockRefArray | m_aFireteamsInvestigate = {} |
| ref TFireteamLockRefArray | m_aFireteamsCover = {} |
| bool | m_bOrdersSent = false |
Static Protected Attributes | |
| static const float | INVESTIGATION_RADIUS_MIN = 20.0 |
Definition at line 1 of file SCR_AIInvestigateClusterActivity.c.
|
inlineprotected |
ftInvestigate - fireteams which will investigate ftCover - fireteams which will cover others
Definition at line 13 of file SCR_AIInvestigateClusterActivity.c.
|
inlinestaticprotected |
Calculates position and radius of investigation area.
Definition at line 190 of file SCR_AIInvestigateClusterActivity.c.
|
inlineprotected |
Definition at line 202 of file SCR_AIInvestigateClusterActivity.c.
|
inlineprotected |
Definition at line 34 of file SCR_AIInvestigateClusterActivity.c.
|
inlineprotected |
Definition at line 100 of file SCR_AIInvestigateClusterActivity.c.
|
inlineprotected |
Definition at line 92 of file SCR_AIInvestigateClusterActivity.c.
|
inlineprotected |
Definition at line 107 of file SCR_AIInvestigateClusterActivity.c.
|
inlineprotected |
Definition at line 114 of file SCR_AIInvestigateClusterActivity.c.
|
inlineprotected |
Definition at line 70 of file SCR_AIInvestigateClusterActivity.c.
|
inlineprotected |
Definition at line 47 of file SCR_AIInvestigateClusterActivity.c.
|
inlineprotected |
Definition at line 123 of file SCR_AIInvestigateClusterActivity.c.
|
inlineprotected |
Definition at line 148 of file SCR_AIInvestigateClusterActivity.c.
|
staticprotected |
Definition at line 8 of file SCR_AIInvestigateClusterActivity.c.
|
protected |
Definition at line 4 of file SCR_AIInvestigateClusterActivity.c.
|
protected |
Definition at line 3 of file SCR_AIInvestigateClusterActivity.c.
|
protected |
Definition at line 6 of file SCR_AIInvestigateClusterActivity.c.