![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
| enum | SCR_EAICombatMoveRequestState { IDLE , EXECUTING , SUCCESS , FAIL , CANCELED } |
Functions | |
| void | AssignCover (SCR_AICoverLock newCover) |
| void | ReleaseCover () |
| void | ApplyNewRequest (notnull SCR_AICombatMoveRequestBase request) |
| void | CancelRequest () |
| void | EnableAiming (bool enable) |
| void | VerifyCurrentCover (vector myPos) |
| bool | IsMoving () |
| bool | IsMoving (SCR_EAICombatMoveReason eReason) |
| bool | IsMovingToCover () |
| bool | IsInValidCover () |
| bool | IsHidingInValidCover () |
| bool | IsExecutingRequest () |
| SCR_AICombatMoveRequestBase | GetRequest () |
| SCR_AICoverLock | GetAssignedCover () |
| bool | IsAssignedCoverValid () |
| void | ApplyRequestChangeStanceOutsideCover (ECharacterStance stance) |
| void | ApplyRequestChangeStanceInCover (bool exposed) |
| Enumerator | |
|---|---|
| IDLE | |
| EXECUTING | |
| SUCCESS | |
| FAIL | |
| CANCELED | Job was canceled and will not do any additional actions. |
Definition at line 1 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 60 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 170 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 158 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 38 of file SCR_AICombatMoveState.c.
|
protected |
Unreferences current request and sets it as 'canceled' if it was running !!! The actual BT which handles requests won't abort the current request, it's not done yet
Definition at line 72 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 81 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 142 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 137 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 147 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 132 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 127 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 122 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 104 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 110 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 116 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 47 of file SCR_AICombatMoveState.c.
|
protected |
Verifies our distance to current cover and releases cover if we are too far from it This should be called periodically
Definition at line 89 of file SCR_AICombatMoveState.c.
| enum SCR_EAICombatMoveRequestState COVER_NOT_FOUND |
| enum SCR_EAICombatMoveRequestState DISTANCE_IN_COVER_MAX_SQ = 1.0 |
Definition at line 29 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 28 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 27 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 23 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 33 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 32 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 34 of file SCR_AICombatMoveState.c.
|
protected |
Definition at line 25 of file SCR_AICombatMoveState.c.
| enum SCR_EAICombatMoveRequestState MOVEMENT_FAILED |
| enum SCR_EAICombatMoveRequestState NONE |
| enum SCR_EAICombatMoveRequestState UNDEFINED |