![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | InitParameters (vector defendDirection, float priorityLevel) |
| void | SCR_AIDefendActivity (SCR_AIGroupUtilityComponent utility, AIWaypoint relatedWaypoint, vector defendDirection, float priority=PRIORITY_ACTIVITY_DEFEND, float priorityLevel=PRIORITY_LEVEL_NORMAL) |
| void | AddAgentToRadialCover (AIAgent agent) |
| void | ClearRadialCoverAgents () |
| int | GetRadialCoverAgentsCount () |
| void | AllocateAgentsToRadialCover () |
| override string | GetActionDebugInfo () |
| override void | OnActionDeselected () |
| override void | OnActionFailed () |
| override void | OnActionCompleted () |
| bool | SendDefendSector (AIAgent who, vector directionAxis, float angleRange) |
Static Protected Member Functions | |
| static vector | GetDefendDirection (IEntity centralEntity, float directionDistance) |
| calculates a direction vector from centralEntity towards frontal direction of the centralEntity | |
Protected Attributes | |
| ref array< AIAgent > | m_aRadialCoverAgents = {} |
Definition at line 1 of file SCR_AIDefendActivity.c.
|
inlineprotected |
Definition at line 14 of file SCR_AIDefendActivity.c.
|
inlineprotected |
Definition at line 35 of file SCR_AIDefendActivity.c.
|
inlineprotected |
Definition at line 54 of file SCR_AIDefendActivity.c.
|
inlineprotected |
Definition at line 42 of file SCR_AIDefendActivity.c.
|
inlineprotected |
Definition at line 76 of file SCR_AIDefendActivity.c.
|
inlinestaticprotected |
calculates a direction vector from centralEntity towards frontal direction of the centralEntity
Definition at line 118 of file SCR_AIDefendActivity.c.
|
inlineprotected |
Definition at line 48 of file SCR_AIDefendActivity.c.
|
inlineprotected |
Definition at line 7 of file SCR_AIDefendActivity.c.
|
inlineprotected |
Definition at line 102 of file SCR_AIDefendActivity.c.
|
inlineprotected |
Definition at line 82 of file SCR_AIDefendActivity.c.
|
inlineprotected |
Definition at line 92 of file SCR_AIDefendActivity.c.
|
inlineprotected |
Definition at line 109 of file SCR_AIDefendActivity.c.
|
protected |
Definition at line 5 of file SCR_AIDefendActivity.c.